Ich habe einen vsftpd laufen und habe den inetd zu einem ssl-tunnel überredet. Ich kann mich einloggen, doch das Directory-listening kommt nicht. Mein Filezilla sagt folgendes:
Code: Select all
Status: Connecting to pXXX.de:990 ...
Status: Connected with pXXX.de:990, negotiating SSL connection...
Status: SSL connection established. Waiting for welcome message...
Response: 220 pXXX FTP Server
Command: USER pa
Response: 331 Please specify the password.
Command: PASS ********
Response: 230 Login successful. Have fun.
Status: Connected
Status: Retrieving directory listing...
Command: PWD
Response: 257 "/"
Command: PORT 192,168,0,24,4,75
Response: 500 Illegal PORT command.
Error: Could not retrieve directory listingCode: Select all
ftps stream tcp nowait root /usr/sbin/stunnel stunnel -p /etc/webmin/miniserv.pem -l /usr/sbin/vsftpd
MfG PA