in reply to
Net::ftp - copy of file in cgi-bin
Why not use something like FXP to send the files directly between the server?
It's faster and saves the "middle-man" stuff...
Look at the pasv_xfer command in the Net::FTP docs :)
Comment on
Re: Net::ftp - copy of file in cgi-bin
In Section
Seekers of Perl Wisdom