Public bug reported:

I've caught this problem using wget 1.12-3.1ubuntu1 (on Ubuntu 11.10 /
amd64).

wget FTP recursive download (and mirroring) function was not working on
some private FTP server (with user & password authetication, 2
connections per user limit, powered by Xlight 3.7 running on MS
Windows).

It also failed to download the files with original wget 1.13.4 built from 
source.
(By the way, lftp mirror function seem to work).

Sample output of "wget -m ..." is given below (all usernames, passwords and 
hostnames changed).
"wget -r ..." results in the same problem, except an additional string appears: 
"Removed `site.net/.listing'."

---

user@machine:/tmp$ wget -m ftp://user:passw...@site.net
--2012-01-10 19:24:51--  ftp://user:*password*@site.net/
           => `site.net/.listing'
Connecting to site.net:21... connected.
Logging in as user ... Logged in!
==> SYST ... done.    ==> PWD ... done.
==> TYPE I ... done.  ==> CWD not needed.
==> PASV ... done.    ==> LIST ... done.
Length: 981 (unauthoritative)

100%[==================================================>] 981
--.-K/s   in 0s

2012-01-10 19:24:53 (51.3 MB/s) - `site.net/.listing' saved [981]

--2012-01-10 19:24:53--  ftp://user:*password*@site.net/
           => `site.net/index.html'
==> CWD not required.
==> SIZE  ... done.
==> PASV ... done.    ==> RETR  ... 
No such file `'.

FINISHED --2012-01-10 19:24:53--
Downloaded: 1 files, 981 in 0s (51.3 MB/s)

** Affects: wget (Ubuntu)
     Importance: Undecided
         Status: New

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/957153

Title:
  wget FTP recursive download (and mirroring) function not working on
  some servers

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/wget/+bug/957153/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to