Hi Hrvoje :)

 * Hrvoje Niksic <[EMAIL PROTECTED]> dixit:
>     http://fly.srk.fer.hr/~hniksic/wget/wget-1.9-beta1.tar.gz

    I've got and tested it, and with NO wgetrc (it happens the same
with my own wgetrc, but I tested clean just in case), the problem
with the quoting still exists:

    $wget -r -c -nH "ftp://user:[EMAIL PROTECTED]/Music/Joe Hisaishi"

--15:22:53--  ftp://user:[EMAIL PROTECTED]/Music/Joe%20Hisaishi
           => `Music/.listing'
Resolving david... 213.97.199.90
Connecting to david[213.97.199.90]:21... connected.
Logging in as user ... Logged in!
==> SYST ... done.    ==> PWD ... done.
==> TYPE I ... done.  ==> CWD /Music ... done.
==> PORT ... done.    ==> LIST ... done.

    0K                                                           7.92 KB/s

15:22:55 (7.92 KB/s) - `Music/.listing' saved [347]

Removed `Music/.listing'.
--15:22:55--  ftp://user:[EMAIL PROTECTED]/Music%2fJoe%20Hisaishi/Joe%20Hisaishi
           => `Music%2FJoe Hisaishi/.listing'
==> CWD /Music/Joe Hisaishi ... done.
==> PORT ... done.    ==> LIST ... done.

    0K .                                                        10.28 KB/s

15:22:56 (10.28 KB/s) - `Music%2FJoe Hisaishi/.listing' saved [1286]

Removed `Music%2FJoe Hisaishi/.listing'.
--15:22:56--  ftp://user:[EMAIL 
PROTECTED]/Music%2fJoe%20Hisaishi%2fBrother/Joe%20Hisaishi
           => `Music%2FJoe Hisaishi%2FBrother/.listing'
==> CWD /Music/Joe Hisaishi/Brother ... done.
==> PORT ... done.    ==> LIST ... done.

    0K .                                                         9.59 KB/s

15:22:57 (9.59 KB/s) - `Music%2FJoe Hisaishi%2FBrother/.listing' saved [1200]

Removed `Music%2FJoe Hisaishi%2FBrother/.listing'.
--15:22:57--  ftp://user:[EMAIL 
PROTECTED]/Music%2fJoe%20Hisaishi%2fBrother/01%20-%20Drifter%20...%20In%20LAX.mp3
           => `Music%2FJoe Hisaishi%2FBrother/01 - Drifter ... In LAX.mp3'
==> CWD not required.
==> PORT ... done.    ==> RETR 01 - Drifter ... In LAX.mp3 ... done.
Length: 4,200,538

    0K .......... .......... .......... ..


    At this point I have the following directory entries:

    Music
    Music%2FJoeHisaishi
    Music%2FJoeHisaishi%2FBrother

    Inside the last dir there is the file 01 - Drifter..., correct,
without quoting.

    As you can see, the slash is quoted and this causes the problem.
In fact, is worse than before the patch, because before the only
damaged part was the 'Joe Hisaishi' one, namely mangled as
'Joe%20Hisaishi'. In fact, all items provided in the command line are
quoted, but happens that 'Music' is not quotable (well, it hasn't
wrong characters...). Am I doing something wrong?

    My platform is a do-it-yourself Linux box, running kernel 2.4.21
and libc 2.2.4, and if you need an username and a password for
testing yourself I can provide it, just ask.

    Apart from this, the release seems to be pretty stable. I've
tested it against my own ftp server (the one in the example...),
turning it down in the middle of a transfer and things like those
and it seems to work right.

    If you want me to test something more for this release, just
tell and I'll do. Thanks for wget :))

    Raúl Núñez de Arenas Coronado

-- 
Linux Registered User 88736
http://www.pleyades.net & http://raul.pleyades.net/

Reply via email to