Disable Resume Support

Advertisement

joesyuh
Joined:
Posts:
4

Disable Resume Support

I am trying to disable the Resume settings for a scripted file transfer. I have followed the tutorials and read the documentation and it is still not working as expected.

Here is my open string:
open sftp://xxxxxxx:xxxxxx@xx.xxx.xx.xx:xxxx -rawsettings ResumeSupport=1 ResumeThreshold=10240000 -hostkey="xxxxx"
I have also tried this:
open sftp://xxxxxxx:xxxxxx@xx.xxx.xx.xx:xxxx -rawsettings ResumeSupport=2 -hostkey="xxxxx"
The issue is that the SFTP site I am uploading to does not allow me to rename files. So winscp is uploading the file with the extension .filepart and then it will not rename it at the end. How can I disable resume support.

Reply with quote

Advertisement

ked
Guest

Thank you!!

@joesyuh: Thank you! This helped me. I have been going in circles looking at comments about ini files to no avail. This was the answer I was looking for!

Reply with quote

martin
Site Admin
martin avatar
Joined:
Posts:
40,587
Location:
Prague, Czechia

Re: THanks!

@hampy (and others): What documentation do you want us to update? Where did you look for this information? Can you post a link to the page, where you expected this information? It's documented on many places.

Reply with quote

Advertisement

Guest

I was getting an error:
Checking existence of file.
Checking existence of partially transferred file.
(ETerminal) No such file or directory.
Error code: 2
Error message from server: <filename>.filepart does not exist
So I searched for
"winscp Checking existence of partially transferred file"
and this page: https://winscp.net/eng/docs/resume
describes the functionality, and says:
To configure transfer to temporary file name in scripting, use -resumesupport switch of file transfer commands. In .NET assembly use TransferOptions.ResumeSupport.
But does not give specifics on how to use, or a link. I would suggest adding something more specific about put command and a link to this page:
https://winscp.net/eng/docs/scriptcommand_put

Reply with quote

Advertisement

You can post new topics in this forum