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