I'm trying to get a list of files from an an FTP server. I'm using "cwd" to change to each directory on the server to get it's contents (using "ls"). The problem is I've just encountered an FTP server which supports a "cd" command, but not a "cwd" command.
Is there any way to get around this using Net::Ftp or some other module? Or is it possible to configure an FTP site to allow me to use the "cwd" command?