http://www.perlmonks.org?node_id=785694


in reply to lcd in Net::FTP module

If you were using straight ftp, then you would use cd to change directory on the remote, and you would use lcd to change the local directory. However, there is no cd or lcd in Net::FTP, at least none that I can find. The "cwd" command should work for both remote and local directories.