Net::FTP says you can ->put(FILEHANDLE, $destination) But how exactly do you go
about it?

open(FILE, '>temp');
$ftp->put(FILE, $destination);

doesn't work. I assume it's one of the | things, but I know too little about
how filehandles actually work
--
~nikc

[ http://www.phreelance.net/ ]
[ [EMAIL PROTECTED] ]
[EMAIL PROTECTED] is depricated

Reply via email to