Post a reply

Before posting, please read how to report bug or request support effectively.

Bug reports without an attached log file are usually useless.

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

Tarinder

Yep, getting the latest release solved it.
Sorry to bother you.
martin

Re: Unknown switch 'resumesupport' error from cmd script

The only correct answer is: Use the latest version of WinSCP.

Btw, the FAQ says: Some specific switches (such as -resumesupport, -filemask, -rawsettings, etc.) were introduced even later.
Tarinder

Unknown switch 'resumesupport' error from cmd script

Hi i get the following error when trying to upload a file

This is the full script:
option batch continue

option confirm off
open sftp://username:password@url -hostkey=theKey
option transfer binary
cd .
lcd c:\randomDirectory
put file.csv -resumesupport=off
close
exit


I just found out the resumesupport option was introduced in 4.1 beta (https://winscp.net/eng/docs/faq_script_switch) but another user said it's available on 5.2 beta only.

Can you please tell me where this switch is available? I'm using version 5.1.3 (build 2881)
Can someone please help?