The server I am trying to get the file from is behind a firewall. I am on a NT workstation trying to get a file off a Solaris 7 server.use Net::FTP; $ftp = Net::FTP->new("myserver@here.com", Debug => 0); $ftp->login("myname","mypassword") || die "Did not work:$!\n"; $ftp->cwd("/usr/home/myname"); $ftp->get("test.txt"); $ftp->quit;
In reply to ftp attempt by Anonymous Monk
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |