Re: Net::FTP and filehandle with get()

2005-01-19 Thread John W. Krahn
steve abrams wrote: Hi all, Hello, First post to the group. I have two questions, but they go hand in hand. The first: Net::FTP documentation reports that get syntax is: get ( REMOTE_FILE [, LOCAL_FILE [, WHERE]] ) I do the following (with $ftp initialization omitted here): local $fh = IO::File->

Net::FTP and filehandle with get()

2005-01-17 Thread steve abrams
Hi all, First post to the group. I have two questions, but they go hand in hand. The first: Net::FTP documentation reports that get syntax is: get ( REMOTE_FILE [, LOCAL_FILE [, WHERE]] ) I do the following (with $ftp initialization omitted here): local $fh = IO::File->new_tmpfile; $ftp->get($dum