I'm using FTPS to transfer some files from one remote server to another. Now would I like to move files locally on one server, from one folder to another. More concrete: after moving the files from [remote server 1] to [remote server 2] I want to move all the files with extension .csv to the folder done. I found the 'rename' command but there is no 'rename all' function like:
rename *.csv ../done/*.csv
Thanks in advance!