Rename source file extension after uploading

Core FTP client questions and answers
Post Reply
sjong
Posts: 2
Joined: Wed Oct 28, 2009 10:51 am

Rename source file extension after uploading

Post by sjong »

We have to upload some files a couple of times every day.
After the files are uploaded we have 2 choiches:
- after uploading the source file extension must change
or
- after uploading the source file should be moved to another folder.

We tried to change the file name with the following command:
RNFR %1
RNTO %1_%m%d%y_%H%M%S

This wil change the file after uploading on the remote site not on the source site.

How can I configure the settings to move or rename the source file?
mike
Posts: 47
Joined: Fri Jul 28, 2006 4:36 pm

Post by mike »

sjong
Posts: 2
Joined: Wed Oct 28, 2009 10:51 am

Post by sjong »

It works!!!
Thanks a lot!
Post Reply