in reply to Re: Answer: How can I retrieve a file from a UNIX server using Perl on a Windows NT client?
in thread How can I retrieve a file from a UNIX server using Perl on a Windows NT client?

Well, you might be able to figure out why it is failing if chromatic hadn't left out all error checking. Bad, bad chromatic. No biscuit! (Of course it doesn't help that the Net::FTP docs are just as bad... Bad, bad Graham. No biscuit!)

$ftp = Net::FTP->new("some.host.name", Debug => 0) or die "Can't create Net::FTP object: $@\n";
        - tye (but my friends call me "Tye")
  • Comment on (tye)Re: Answer: How can I retrieve a file from a UNIX server using Perl on a Windows NT client?
  • Download Code