Hello

Is it correct?
Command: wget -m -o log -d ftp://user:passwd@host/

Problem: full path directory: /home/user/utils
program read directory utils from path /utils and write "No such file or
directory."

log: (host, user,passwd changed by me)
Using `host/utils/.listing' as listing tmp file.
--16:11:09--  ftp://user:passwd@host/%2Futils/
           => `host//utils.listing'
==> CWD /utils ...
--> CWD /utilsM

550 /utils: No such file or directory.

No such directory `/utils'.

Closing fd 4
Checking for host.
host was already used, by that name.
--16:11:09--  ftp://user:passwd@host/%2Futils/
           => `host/utils/index.html'
Connecting to nkuzora:21... Created fd 4.
connected!
Logging in as user ... 220 host.domain FTP server (wu-2.4.2-academ>

--> USER userM

331 Password required for user.
 File log  Lines 407                              Line 191   Col 0    Char
0143
--> PASS passwdM

230 User user logged in.
Logged in!
==> TYPE I ...
--> TYPE IM

200 Type set to I.
done.  ==> CWD /utils ...
--> CWD /utilsM

550 /utils: No such file or directory.

No such directory `/utils'.

Closing fd 4


P.S. have you FAQs?

Reply via email to