How to move all files in a folder at a ftp server to another folder in the same ftp server.
Thanks in Advance..
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
You can use the raw ftp commands rnfr and rnto.
rnfr chooses the file to rename from. After receiving a confirmation you can use rnto to store it under a different filename.
this works also with directories. You will have to be at a parent directory in order to that that and create to directory to move to as well, for example:
to move /rootFolder/1 to /rootFolder/2 :