Re: Help with Command Line
This cannot work, with nor without the
You have to enclose the whole command to double quotes, like:
See https://winscp.net/eng/docs/scripting#example
-delete
.
You have to enclose the whole command to double quotes, like:
winscp SERVER /command "get -delete /FOLDER1/FOLDER2/*.zip d:\FOLDER3\FOLDER4"
See https://winscp.net/eng/docs/scripting#example