PDA

View Full Version : vsftpd


Rick
27-04-2008, 12:55
Wenn i try to login in vsftpd i get the following :


STATUS:> [27-4-2008 12:49:46] Getting listing ""...
STATUS:> [27-4-2008 12:49:46] Connecting to FTP server... 192.168.1.1:21 (ip = 192.168.1.1)...
STATUS:> [27-4-2008 12:49:46] Socket connected. Waiting for welcome message...
[27-4-2008 12:49:46] 220 WELKOMMMMMMMMM !!!!!!!!!!!!!!.
STATUS:> [27-4-2008 12:49:46] Connected. Authenticating...
COMMAND:> [27-4-2008 12:49:46] USER ******
[27-4-2008 12:49:46] 331 Please specify the password.
COMMAND:> [27-4-2008 12:49:46] PASS *******
[27-4-2008 12:49:46] 530 Login incorrect.
ERROR:> [27-4-2008 12:49:46] Not logged in.
COMMAND:> [27-4-2008 12:49:51] USER ******
[27-4-2008 12:49:51] 331 Please specify the password.
COMMAND:> [27-4-2008 12:49:51] PASS *****
[27-4-2008 12:49:51] 230 Login successful.
STATUS:> [27-4-2008 12:49:51] Login successful.
COMMAND:> [27-4-2008 12:49:51] PWD
[27-4-2008 12:49:51] 257 "/"
STATUS:> [27-4-2008 12:49:51] Home directory: /
COMMAND:> [27-4-2008 12:49:51] FEAT
[27-4-2008 12:49:51] Informational Message Only:
211-Features:
EPRT
EPSV
MDTM
PASV
ICNV
REST STREAM
SIZE
TVFS
211 End
STATUS:> [27-4-2008 12:49:51] This site supports features.
STATUS:> [27-4-2008 12:49:51] This site supports SIZE.
STATUS:> [27-4-2008 12:49:51] This site can resume broken downloads.
COMMAND:> [27-4-2008 12:49:51] REST 0
[27-4-2008 12:49:51] 350 Restart position accepted (0).
COMMAND:> [27-4-2008 12:49:51] PASV
[27-4-2008 12:49:51] 227 Entering Passive Mode (77,251,7,3,255,113)
STATUS:> [27-4-2008 12:49:51] Substituting received PASV address 77.251.7.3 to server address 192.168.1.1.
COMMAND:> [27-4-2008 12:49:51] LIST
STATUS:> [27-4-2008 12:49:51] Connecting FTP data socket... 192.168.1.1:65393...
[27-4-2008 12:49:51] 150 Here comes the directory listing.
[27-4-2008 12:49:51] 226 Transfer done (but failed to open directory).
STATUS:> [27-4-2008 12:49:51] Directory listing completed.

The problem is i do not see any directory structure..

[27-4-2008 12:49:51] 226 Transfer done (but failed to open directory).

wenn i login with cuteftp.
i want to make /shares/MYVOLUME1/MYSHARE1
my root directory for vsftpd

Grz Rick

etheric
08-05-2008, 00:08
Are you trying to connect from a machine on your LAN or from the internet?

did you use ipkg or build vsftpd manually?