Post a reply

Options
Add an Attachment

If you do not want to add an Attachment to your Post, please leave the Fields blank.

(maximum 10 MB; please compress large files; only common media, archive, text and programming file formats are allowed)

Options

Topic review

low

turn off the resumesupport:
put *.txt -nopreservetime -nopermissions -resumesupport=off
martin

Re: WinSCP plugin for FAR - transfer resume support

africates wrote:

How to do the same in WinSCP plugin for FAR? I'd be grateful for you advice.

Options > Plugins configuration > WinSCP > Endurance settings > Enable transfer resume/transfer to temporary file name for ...
africates

WinSCP plugin for FAR - transfer resume support

Hi guys!

How to do the same in WinSCP plugin for FAR? I'd be grateful for you advice.

Thanks!
afri
a052775

Re: receive error message "turn off transfer resume support"

:D I reran my scripts using the /ini switch and that worked. Thank you so much for the excellent feedback.
martin

Re: receive error message "turn off transfer resume support"

Are you sure the ini file you have changed is used at all? Have you tried to use it explicitly using /ini switch?
a052775

receive error message "turn off transfer resume support"

WInSCP Version:
Version: WinSCP Version 4.1.8 (Build 415)

Windows Version:
Windows 2008 Service Pack 1

Transfer Proocol
Using SFTP protocol.

Using Scripting

I'm able to log in and send a file to an external site, but I get the error message "turn off transfer resume support" and a non zero return code. I've looked on this site for a similar issues and found https://winscp.net/forum/viewtopic.php?t=6597
I updated my WinSCP.ini with "ResumeSupport=2" but I'm still getting the same error. Is their something else I can try?

Specific error:
. 2010-03-31 16:43:16.520 Transfer was succesfully finished, but temporary transfer file 'MYUSERID.STUFF.0401.filepart' could not be renamed to target file name 'MYUSERID.STUFF.0401'. If the problem persists, you may try to turn off transfer resume support.
. 2010-03-31 16:43:16.520 Error code: 2
. 2010-03-31 16:43:16.520 Error message from server: Specified file path is invalid.
. 2010-03-31 16:43:16.520 Request code: 18")

Command:
winscp.com /script="D:\testing\testWINSCPV2.txt" /log="C:\program files\winscp\log.txt"

Script:
option batch on
option confirm off
open MyTEST
LCD \\COMMONDAT\data\
cd inbox
PUT MYUSERID.STUFF.0401
close
exit