Hi, I want to mirror an ftp server directory, but excluding some directories/files. wget -X /some/dir/ls-lR -N -nH -P/somewhere ftp://ftp.server.org/some/dir this won't work and ls-lR is huge. how should I call wget? BTW I have looked the manual with no luck. Thanks in advance BTW: is there a way to make wget use ls-lR.gz file instead of listing ALL directory tree?
