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: Move files from Remote Server to Local Drive

mg101 wrote:

Do I need to do a get and rm instead?

That would do too. More robust solution is to use get -delete:
https://winscp.net/eng/docs/scriptcommand_get
mg101

Move files from Remote Server to Local Drive

Winscp users.

I think I am missunderstanding what MV does.
I want to move the files from remote folder to my local drive.
I am using:

MV *.xls E:\MyTestFiles\

I am finding it is not doing that and is making a file on the remote folder called e:mytestfiles.

Do I need to do a get and rm instead?