Hi,

I'm trying to mirror some files located on a ftp server with wget. But
I can't get it to work. Here's the command that I run :

wget -r -l inf -nr -S -P$HOME/backups/bearteam -nH ftp://www.bearteam.org/bearteam/

And the output that it produces :

--04:23:39--  ftp://www.bearteam.org/bearteam/
           => `/home/laurent/backups/bearteam/bearteam/.listing'
Connexion vers www.bearteam.org:21...Connect�!
Session d�butant sous laurent...
220 aopsys FTP server (Version wu-2.6.1(1) Sat Feb 24 01:43:53 GMT 2001) ready.
--> USER laurent

331 Password required for laurent.
--> PASS Turtle Power!
230 User laurent logged in.
--> SYST

215 UNIX Type: L8
--> PWD

257 "/home/laurent" is current directory.
--> TYPE I

200 Type set to I.
--> CWD /home/laurent/bearteam

250 CWD command successful.
--> PORT 195,132,39,61,9,239

200 PORT command successful.
--> LIST

150 Opening BINARY mode data connection for /bin/ls.

    0K                                                        @  27,99 KB/s

226 Transfer complete.
total 40

drwxr-sr-x    2 laurent  laurent      4096 ao� 10 19:56 arban

-rw-r--r--    1 laurent  laurent       494 jui  9 10:17 basic.css

-rw-r--r--    1 laurent  laurent       685 ao� 25 00:45 bear.css

-rw-r--r--    1 laurent  laurent       600 ao� 10 20:28 bear.css~

-rw-r--r--    1 laurent  laurent       526 jui  9 10:19 index.html

drwxrwsr-x    4 laurent  laurent      4096 ao� 31 02:44 photos

drwxrwsr-x    4 laurent  laurent      4096 sep  1 03:02 photos2

drwxrwsr-x    4 laurent  laurent      4096 ao� 21 17:19 photos.bak

lrwxrwxrwx    1 laurent  laurent        45 ao� 16 12:36 photos_static -> 
/home/laurent/backup/www.bearteam.org/photos/

drwxrwxr-x    3 laurent  laurent      4096 sep  1 02:51 tof

drwxrwsr-x    2 laurent  laurent      4096 ao� 28 21:16 webalizer

04:23:40 (27,99 KB/s) - `/home/laurent/backups/bearteam/bearteam/.listing' sauvegard� 
[774]

--04:23:40--  ftp://www.bearteam.org/bearteam/
           => `/home/laurent/backups/bearteam/bearteam/index.html'
==> CWD n'est pas requis.
--> PORT 195,132,39,61,9,240

200 PORT command successful.
--> RETR 

500 'RETR ': command not understood.

Fichier `' inexistant.


Termin� --04:23:40--
T�l�chargement: 774 octets dans 1 fichiers


Thanks if you can help.

-- 
Laurent Martelli
[EMAIL PROTECTED]              http://www.bearteam.org/~laurent/

Reply via email to