in reply to Net::FTP Server does not support cwd...alternatives?
-Markuse Net::FTP; $ftp = Net::FTP->new("some.host.name", Debug => 0); $ftp->login("anonymous",'-anonymous@'); $ftp->dir("/usr/local/ftp/mark"); $ftp->get("/usr/local/ftp/mark/that.file"); $ftp->quit;
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Re: Net::FTP Server does not support cwd...alternatives?
by linebacker (Scribe) on Jun 14, 2002 at 17:57 UTC |