ftp> open 192.168.178.2
Verbindung mit 192.168.178.2 wurde hergestellt.
221 Goodbye.
Benutzer (192.168.178.2:(none)): adam2
---> USER adam2
220 ADAM2 FTP Server ready
331 Password required for adam2
Kennwort:
---> PASS adam2
230 User adam2 successfully logged in
ftp> debug
Debugging AUS .
ftp> debug
Debugging EIN .
ftp> get env
---> RETR env
551 unknown Mediatype
ftp> bin
---> TYPE I
200 Type set to BINARY
ftp> quote GETENV firmware_info
---> GETENV firmware_info
firmware_info 25.04.15
200 GETENV command successful
ftp> quote GETENV firmware_version
---> GETENV firmware_version
firmware_version 1und1
200 GETENV command successful
ftp> quote GETENV mtd0
---> GETENV mtd0
mtd0 0x90000000,0x90000000
200 GETENV command successful
ftp> quote GETENV
---> GETENV
501 Syntax error: Invalid number of parameters
ftp> quote GETENV my_ipaddress
---> GETENV my_ipaddress
my_ipaddress 192.168.178.2
200 GETENV command successful
ftp> quote GETENV bootloaderVersion
---> GETENV bootloaderVersion
bootloaderVersion 1.119
200 GETENV command successful
ftp> quote GETENV autoload
---> GETENV autoload
autoload yes
200 GETENV command successful
ftp> quote GETENV annex
---> GETENV annex
annex B
200 GETENV command successful
ftp> quote GETENV ProductID
---> GETENV ProductID
ProductID Fritz_Box_5012
200 GETENV command successful
ftp> quote GETENV flashsize
---> GETENV flashsize
flashsize 0x00400000
200 GETENV command successful
ftp> quote GETENV memsize
---> GETENV memsize
memsize 0x01000000
200 GETENV command successful
ftp> quote SYST
---> SYST
215 AVM EVA Version 1.119 0x0 0x9
ftp> quote MEDIA SDRAM
---> MEDIA SDRAM
200 Media set to MEDIA_SDRAM
ftp> get env
---> RETR env
425 can't open data connection
ftp> get count
---> RETR count
425 can't open data connection
ftp>