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]"
"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