Hi,
When using ftp I want to rename a number of file extensions .txt to archive/*.txt to move them to an archive directory.
Renaming(moving) individual files no problem but how can I rename a number of files in one go?
I thought it might be rename .txt archive/.txt but that's not working.
Anybody know?
Thanks,