RE: Net::FTP troubles

2003-02-06 Thread Rob Das
d above is accessed as "\". Rob Das -Original Message- From: R. Joseph Newton [mailto:[EMAIL PROTECTED]] Sent: Wednesday, February 05, 2003 11:42 PM To: Caenepeel, Sean [R&D/0111] Cc: [EMAIL PROTECTED] Subject: Re: Net::FTP troubles "Caenepeel, Sean [R&D/0111]"

Re: Net::FTP troubles

2003-02-05 Thread R. Joseph Newton
"Caenepeel, Sean [R&D/0111]" wrote: > Hello, > > I am having some difficulty downloadinging a file with the Net::FTP module. > ... > $ftp->cwd($path) || > die "Could not cd to $path."; > $ftp->get($filename) || > die "Could not get file."; HI Sean, I haven't worked with this module, but