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

Cyrus

FTPS using winscp error on put command

Syntax:
%WINSCPDIR%\winscp /command "option batch continue " "option confirm off" "open ftps://<user>:<pwd>@<url> " "cd ""%destdir% " "pwd" "put <file1> " "put <file2> " "put <file3> " "put <file4> " "put <file5> " "dir" "cd .." "exit"

The problem I'm having is that the last file <file5> is not transferring. I am also receiving an error.
Missing parameter for command 'put'.
Unknown command '<file5>'.

I'm using WinSCP-5.13.4 version. Any help would be greatly appreciated as I've tried numerous attempts at getting this command string to work 100%. Thanks in advance!