Re: FTP file handle question

2007-12-27 Thread John W. Krahn
Sturdevant, Robert W Mr CTR USA AMC wrote: Hi group, Hello, I'm troubleshooting a perl 5.6 Win32 app that uses Net::FTP. I am trying to ftp using a file handle instead of a local file name. POD says something like $ftp->put(LOCAL_FILE [REMOTE_FILE]) where LOCAL_FILE may be a file name or a f

FTP file handle question

2007-12-27 Thread Sturdevant, Robert W Mr CTR USA AMC
Hi group, I'm troubleshooting a perl 5.6 Win32 app that uses Net::FTP. I am trying to ftp using a file handle instead of a local file name. POD says something like $ftp->put(LOCAL_FILE [REMOTE_FILE]) where LOCAL_FILE may be a file name or a file handle. I know $filename does exist, I can see it!