waterproof
14.01.03, 19:00
Hallo,
ich habe vsftpd auf meinem PC installiert.
netstat -a | grep ftp gibt folgendes aus:
tcp 0 0 *:ftp *:* LISTEN
ftp läuft also.
Wenn ich von einem Windows PC mich verbinden will:
ftp> open 10.0.0.2
Verbindung mit 10.0.0.2 wurde hergestellt.
Verbindung beendet durch Remotehost.
Unter Linux siehts so aus:
ftp
ftp> open localhost
Connected to localhost.
220 Welcome to blah FTP service.
Name (localhost:root): ftpuser
530 Please login with USER and PASS.
SSL not available
331 Please specify the password.
Password:
500 OOPS: chdir
Login failed.
421 Service not available, remote server has closed connection
ftp>
Was hab ich falsch gemacht?
ich habe vsftpd auf meinem PC installiert.
netstat -a | grep ftp gibt folgendes aus:
tcp 0 0 *:ftp *:* LISTEN
ftp läuft also.
Wenn ich von einem Windows PC mich verbinden will:
ftp> open 10.0.0.2
Verbindung mit 10.0.0.2 wurde hergestellt.
Verbindung beendet durch Remotehost.
Unter Linux siehts so aus:
ftp
ftp> open localhost
Connected to localhost.
220 Welcome to blah FTP service.
Name (localhost:root): ftpuser
530 Please login with USER and PASS.
SSL not available
331 Please specify the password.
Password:
500 OOPS: chdir
Login failed.
421 Service not available, remote server has closed connection
ftp>
Was hab ich falsch gemacht?