Hi, i use wget to mirror some websites. in this case hidden files like e.g. .htaccess, .htpasswd are essential but they never were downloaded.
so i extended the LIST command to get also these hidden files. in the attachment you will find the patch for ftp-basic.c (wget version 1.8.2) regards, maaged ps.: i sent this mail to the wget-patches mailinglist, but it doesnt work(?)
516c516
< request = ftp_request ("LIST", file);
---
> request = ftp_request ("LIST -al", file);
