Lukasz Pomianowski

Results 10 comments of Lukasz Pomianowski

wkhtmtopdf supports something like that in a tricky way. With javascript you do display: none and for the last page it generates you change it to display: block. However it...

I came here looking for similar, data = data.Search(x => x.StringProperty).Containing(list.Where(x => x.ToIntDef(0) == 0).ToArray()); data = data.Search(x => x.IntegerProperty).EqualTo(276, 1001); I would like to OR that !

@syeikhanugrah api/articles?sort=+author,-publishedDay -publishedDay means Descending +author means ascending , + can be omitted. When looking into your question seen an example to use * to prefix calculated fields. https://jsonapi.org/format/#fetching-sorting

Came here looking for the same!

Hi , thanks for reply. Progress logs even shows % upload , but the file, never shows up on the server at all. Neither during upload ( tried to list...

Maybe that will help, enable trace, also overwrite the fullPath as per your suggestion, tried to list files from the server and the file never appeared on the server. >...

All is ok when I use LFTP. lftp -d -u user,pass sftp://some_server.com -e "mput 2907758.xml; bye" ---- Running connect program (ssh -a -x -s -l user some_server sftp) ---> sending...

Not sure if this going to be any helpful , trying to get server logs, but it's not easy ;) lftp user@some_server:/> debug 9 lftp user@some_server:/> mput /2907533.xml ---- path...

@Rob-Hague almost there ;) Managed to get some logs from the sever side. I've been told the problem is that I'm trying to upload file to USER_NAME/file_name instead of /file_name...

Yes it is -> Current working directory being / returned by sftpClient.WorkingDirectory The thing they told me about the server is that ( I might be saying gibberish now )...