http://qs1969.pair.com?node_id=546808


in reply to Net::FTP

Is there any way to avoid a temporary file in the case where the perl script itself creates the data, e.g. something like:
$ftp->login("perl",'monk'); $ftp->put("fh.txt", <FH>); print FH qq(a,b,c,d); $ftp->quit;
And, if not, are there other perl ftp clients worth installing?