开发者

wget ".listing: No such file or directory"

I am trying to transfer a directory of one server to another (something I did two weeks ago) but now I am not sure why this is not working. I am using:

wget -nc -r ftp://user:pas开发者_StackOverflow中文版sword@host/directory/directory/

and then getting this:

Logging in as 'user'... Logged in!
==> SYST ... done.    ==> PWD ... done.
==> TYPE I ... done.  ==> CWD /directory/directory/directory ... done.
==> PASV ... done.    ==> LIST ... done.
host/dir/dir/dir: No such file or directoryhost/dir/dir/dir/.listing: No such file or directory
unlink: no such file or directory

What's going on?

Thanks for any help!


I recently got a No such file or directory error regarding the .listing file (similar to yours) and it turned out that the directory in which I was running wget was not writable.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜