ftps über ssl tunnel
Posted: 2004-06-25 15:10
Moin.
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:
Meine Konfiguration sieht so aus (/etc/inetd.conf), ich habe sie mit Webmin erstellt:
Desweiteren habe ich FTP over SSL (implicite encryption) eingestellt, ohne ssl läuft es und der Port ist 990. Hat jemand eine Ahnung wo es hängt? Ich glaube es liegt irgendwie an dem daten-port, da habe ich aber nicht dir geringste Ahnung von.
MfG PA
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