nathanvit has asked for the wisdom of the Perl Monks concerning the following question:
I received a lot of errors:use Net::DownloadMirror; my $um = Net::DownloadMirror->new( ftpserver => "192.168.0.52", usr => "nathanvi", pass => "MYPASS", localdir => "C:\\Documents and Settings\\dip8a01015\\Ea +syPHP1-8\\www\\tiki", remotedir => "/var/www", debug => 1, # 1 for yes, 0 for no timeout => 500, # default 30 ); print("hostname : ", $um->get_ftpserver(), "\n"); $um->Update();
In the server's log i can see:.... Net::FTP=GLOB(0x1ae5470)>>> CWD /var/www//var/www/dadabik Net::FTP=GLOB(0x1ae5470)>>> 550 /var/www//var/www/dadabik: No such fil +e or directory /var/www//var/www/dadabik is neither a file nor a directory ....
Any suggestion please?[21/Mar/2006:17:25:50 +0100] nathanvi.lingotto.local 192.168.50.195 55 +0 SIZE - - - "SIZE /var/www//var/www/dadabik [21/Mar/2006:17:25:50 +0100] nathanvi.lingotto.local 192.168.50.195 55 +0 CWD - - - "CWD /var/www//var/www/dadabik
2006-03-22 Retitled by planetscape, as per Monastery guidelines
Original title: 'DownloadMirror'
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Errors using Net::DownloadMirror
by Melly (Chaplain) on Mar 21, 2006 at 16:24 UTC | |
|
Re: Errors using Net::DownloadMirror
by Anonymous Monk on Jan 06, 2008 at 21:02 UTC |