Hello,
I'm tring to use a script to download multiple files from multiple directories on an FTP server. I can use CWD as a script command to change directories on the remote server, however I also need to be able to navigate directories on the local machine. Is there a counterpart to CWD that operates on the local computer?
Thanks!