Page 1 of 1

Move FTP File

Posted: Tue Jul 28, 2015 1:51 am
by jameses_99
Hi. I am trying to issue a command to move an FTP file from the root of the directory, to an archive.

Example:
/Folder1/File.zip <--Where it is
/Folder1/Archive/File.zip <--Where I want to place it after I download it.

I see (and use) SSL FTP commands to download files, and delete them, but nothing that says I want to move them. How do I go about doing this?

Re: Move FTP File

Posted: Tue Jul 28, 2015 10:01 am
by Oleg
You do not need to download and upload the file.
To move file to another folder of FTP server use "SSL FTP Rename File" action

See screenshot below:
sslftprename.png
sslftprename.png (14.77 KiB) Viewed 9945 times
Protocol FTP can't copy file. To copy you have to download file and upload it into another folder
But rename operation can rename file or move it to another folder.