Hello,

I was able to mirror a complete ftp-directory with all its content with

wget --mirror --no-passive-ftp --ftp-user=$user --ftp-password=$password ftp://1.2.3.4/ -nH -P $user

But while the permissions (e.g. the executable bit) in the .listing files are correct, they are not set on the files after downlading them. Is there any option on wget to enable this? I couldn't find one within the manual.

Regards
Marten

Reply via email to