martin Re: MV command help 2018-09-06 mv command is for moving a remote file to another folder or name. To download file and delete original remote file, use get -delete: https://winscp.net/eng/docs/scriptcommand_get
Bharathr MV command help 2018-09-06 09:17 Hi, Every 10mins, I get files to my remote server /testdata . I would like to use MV command to move all the files in /testdata directory (*.*) to local C:\temp. My local machine is running on windows. Is the below command correct? mv /testdata/*.* C:\temp.