Anonymous Monk has asked for the wisdom of the Perl Monks concerning the following question:
I've tried upgrading to the newest version of Net::FTP, still the same performance.$ftp = Net::FTP->new("192.168.xx.xx") or die ("Connect failed!"); print "Connected.\n"; $ftp->login("xxx","xxx"); $ftp->cwd("/usr/db/data"); print "Uploading KO_Targ.csv.\n"; $ftp->put("KO_Targ.csv");
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Net::FTP much slower than command line ftp
by grep (Monsignor) on Jul 25, 2002 at 23:40 UTC | |
|
Re: Net::FTP much slower than command line ftp
by runrig (Abbot) on Jul 25, 2002 at 23:39 UTC | |
|
Re: Net::FTP much slower than command line ftp
by sparkyichi (Deacon) on Jul 25, 2002 at 23:50 UTC | |
|
Re: Net::FTP much slower than command line ftp
by december (Pilgrim) on Jul 26, 2002 at 02:12 UTC |