Hi all
I need to list the files on a remote FTP server, move them to a working directory on the remote server, download them, and finally rename them on the remote server. Quite an ask...
My idea was to read the remote file list into a local file, then loop through the local file and do what's...