
Why won’t my Perl program copy files from a virtual FTP directory to another?
Question: I have an account with a Web space provider which includes a virtual FTP area.I’m trying to write a perl program that, when run, will copy all files from the virtual FTP server directory (home/karting/ftp/incoming/MyDir) to my public_html directory (home/karting/public_html/MyDir) I’ve tried using the “rename” command, but nothing works!