vsftp hangs at "150 Here comes the directory listing."

Posted by Rikr on Server Fault See other posts from Server Fault or by Rikr
Published on 2012-06-06T09:35:09Z Indexed on 2012/06/06 10:43 UTC
Read the original article Hit count: 264

Filed under:
|
|

In a vsftpd server enviroment, shared various directories from nfs mountpoints, I can log in without problem, but when I send the first "ls", the vsftp give me the directory listing:

lftp [email protected]:~> ls -rw-rw-rw- 1 1160 1016 392 Jun 06 09:28 test.gif

but not give me the shell again (lftp client). In the server log I can see that the last message is:

"150 Here comes the directory listing."

Why happend this?

© Server Fault or respective owner

Related posts about ftp

Related posts about vsftpd