Disable transfer resume/transfer to temporary filename
How can I disable "transfer resume/transfer to temporary filename" preference in my C# .net code?
I am connecting to a SFTP site. I am able to upload a file to the SFTP site, but since I do not have any write permissions, the .filepart name does not get changed to the original file name which is a .pdf file.
Through the command line the file gets uploaded and renamed to the .pdf extension, but the same thing through the C# .Net code, it fails.
Please advise.
Thanks!
I am connecting to a SFTP site. I am able to upload a file to the SFTP site, but since I do not have any write permissions, the .filepart name does not get changed to the original file name which is a .pdf file.
Through the command line the file gets uploaded and renamed to the .pdf extension, but the same thing through the C# .Net code, it fails.
Please advise.
Thanks!