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

bgr

WinSCP via command line and Amazon S3

How do I use command line to transfer files into WASABI

Am aware the command should read something like ....
echo on                                                                                                                                               

open wasabisys://<user>:<pwd>@s3.wasabisys.com
put c:\TEMP\test.txt
TIMEOUT /T 10 /NOBREAK                                                                                                                               
exit

Is that correct?