[e:\tmp]ftp 192.168.178.1
Verbindung mit 192.168.178.1 wurde hergestellt.
220 ADAM2 FTP Server ready.
Benutzer (192.168.178.1:(none)): adam2
331 Password required for adam2.
Kennwort: <=== Hier "adam2" eingeben!
230 User adam2 successfully logged in.
ftp> debug
Debugging EIN .
ftp> bin
---> TYPE I
200 Type set to I.
ftp> quote MEDIA FLSH
---> MEDIA FLSH
200 Media set to FLSH.
ftp> put e:\tmp\kernel.image "kernel.image mtd1"
---> PORT 192,168,178,2,16,153
200 Port command successful.
---> STOR kernel.image mtd1
150 Opening BINARY mode data connection for file transfer.
226 Transfer complete.
FTP: 64d Bytes gesendet in 5,81Sekunden 120,54KB/s
ftp> put e:\tmp\filesystem.image "filesystem.image mtd0"
---> PORT 192,168,178,2,16,154
200 Port command successful.
---> STOR filesystem.image mtd0
150 Opening BINARY mode data connection for file transfer.
226 Transfer complete.
FTP: 64d Bytes gesendet in 24,47Sekunden 112,49KB/s
ftp> quote SETENV HWRevision, 78
---> SETENV HWRevision, 78
200 SETENV command successful
ftp> quote SETENV firmware_version,tcom
---> SETENV firmware_version,tcom
200 SETENV command successful
ftp> quote SETENV firmware_info,15.03.64
---> SETENV firmware_info,15.03.64
200 SETENV command successful
ftp> quote REBOOT
---> REBOOT
221-Thank you for using the FTP service on ADAM2.
221 Goodbye.
Verbindung beendet durch Remotehost.
ftp>