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
- Re: [MacPerl] Net::FTP usage Nicholas G. Thornton
- Re: [MacPerl] Net::FTP usage Scott R. Godin
- Re: [MacPerl] Net::FTP usage Nicholas G. Thornton
- Re: [MacPerl] Net::FTP usage Scott R. Godin
- Re: [MacPerl] Net::FTP usage Chris Nandor
- Re: [MacPerl] Net::FTP usage Scott R. Godin
- Re: [MacPerl] Net::FTP usage Nicholas G. Thornton