Hi All,

Is there any way to get the following ftp mirroring
working with WGET?  I have memories of this working - but
not sure if the domain has changed its server software???

#Mirroring FTP area
wget -r -nH --cut-dirs=1  -N -nr -l0 -np  --cache=off \
 ftp://user2:[EMAIL PROTECTED]//web \
  -P $PUTDIR/web-mirrors/user2 \

Basically, the home directory of the FTP area is 
in /users/user2 - so WGET has to CWD to /web.

-------------

But WGET does not do this - output follows:

==> SYST ... done.    ==> PWD ... done.
==> TYPE I ... done.  ==> CWD not needed.
==> PORT ... done.    ==> LIST ... done.

    [ <=>                                 ] 0             --.--K/s

07:48:25 (0.00 B/s) - `./web_area/web_live/ccp/web-mirrors/armel/.listing' saved
 [0]

--07:48:25--  ftp://user2:*password*@ftp.domain.com//web
           => `./web_area/web_live/ccp/web-mirrors/user2mirror/web'
==> CWD not required.
==> PORT ... done.    ==> RETR web ...
No such file `web'.


-----------

Any suggestions on this?  Latest 1.8.1 seems to have this behaviour
as well as 1.7.x

Thanks in advance,

Lachlan.


-----------------------
Lachlan M. D. Cranswick

1st June 2002 until 1st July 2002
 Geochemistry: Lamont-Doherty Earth Observatory of Columbia University
 PO Box 1000, 61 Route 9W Palisades, New York 10964-1000 USA
 Tel:  (845) 365-8302   Fax:  (845) 365-8155 

Collaborative Computational Project No 14 (CCP14)
    for Single Crystal and Powder Diffraction
  Birkbeck University of London and Daresbury Laboratory 
Postal Address: CCP14 - School of Crystallography,
                Birkbeck College,
                Malet Street, Bloomsbury,
                WC1E 7HX, London,  UK
Tel: (+44) 020 7631 6850   Fax: (+44) 020 7631 6803
E-mail: [EMAIL PROTECTED]   Room: B091
WWW: http://www.ccp14.ac.uk/


Reply via email to