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

martin

Re: Help with Command Line

This cannot work, with nor without the -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
jvenables

Help with Command Line

Hi All,

New User,

I am trying to run a DOS command to connect to a server, navigate down 2 folder levels, copy a file and put it on a folder on my server and then delete the file from the server

Below is command that i am trying, i am having an issue with the deletion of the file part after I copied it. Would anyone be able to give me some pointers, if i remove the -delete part the command does what i want apart from the deletion part

winscp SERVER /command get -delete /FOLDER1/FOLDER2/*.zip d:\FOLDER3\FOLDER4