Telnet incorrect:
Telnet Protocoll
root
wozi login:
-------------------- < Script > ----------------------------
df -m; echo ">>> DONE <<<";
Password:
Login incorrect
wozi login:
FTP Protocoll:
FTP1: < 220 Welcome to the vsftp daemon.
FTP1: > USER root
FTP1: < 331 Please specify the password.
FTP1: > PASS pkteam
FTP1: < 230 Login successful.
FTP1: > CWD /etc
FTP1: < 250 Directory successfully changed.
FTP1: > PWD
FTP1: < 257 "/etc"
FTP1: > PORT 192,168,2,100,248,39
FTP1: < 200 PORT command successful. Consider using PASV.
FTP1: > LIST -al
FTP1: < 150 Here comes the directory listing.
FTP1: < 226 Directory send OK.
FTP1: ! 2599 bytes received/sent in 312 milliseconds
FTP2: < 220 Welcome to the vsftp daemon.
FTP2: > USER root
FTP2: < 331 Please specify the password.
FTP2: > PASS pkteam
FTP2: < 230 Login successful.
FTP2: > CWD /etc
FTP2: < 250 Directory successfully changed.
FTP2: > PASV
FTP2: < 227 Entering Passive Mode (192,168,2,102,136,59)
FTP2: > RETR image-version
FTP2: < 150 Opening BINARY mode data connection for image-version (25 bytes).
FTP2: < 226 File send OK.
FTP2: ! 25 bytes received/sent in 0 milliseconds