so.. hier mal gesammelte werke...:
ftp> bin
---> TYPE I
200 Type set to BINARY
ftp> debug
Debugging EIN .
ftp> quote MEDIA FLSH
---> MEDIA FLSH
200 Media set to MEDIA_FLASH
ftp> put
Lokale Datei kernel.image
Remotedatei mtd1
---> STOR mtd1
425 can't open data connection
------------
ftp> quote TYPE 1
---> TYPE 1
200 Type set to ASCII
ftp> quote PASV
---> PASV
227 Entering Passive Mode (192,168,178,1,7,59)
ftp> quote RETR mtd1
---> RETR mtd1
425 can't open data connection
ftp> put kernel.image "kernel.image mtd1"
---> STOR kernel.image mtd1
501 Syntax error: Invalid number of parameters
------------
ftp> quote GETENV mtd0
mtd0 0x90000000,0x90000000
200 GETENV command successful
ftp> quote GETENV mtd1
mtd1 0x90010000,0x903C0000
200 GETENV command successful
ftp> quote GETENV HWRevision
HWRevision 93
200 GETENV command successful
ftp> quote GETENV bootloaderVersion
bootloaderVersion 1.123
200 GETENV command successful
ftp> quote GETENV firmware_info
firmware_info 28.03.91
200 GETENV command successful
ftp> quote GETENV firmware_version
firmware_version tcom
200 GETENV command successful
ftp> quote GETENV flashsize
flashsize 0x00400000
200 GETENV command successful
ftp> quote GETENV urlader-version
urlader-version 1123
200 GETENV command successful
----------
./recover -l 192.168.178.2 -f sp.image
looking for boxes . found.
ADAM2 version 0.18.1 at 192.168.178.1 (192.168.178.1)
Product ID : Fritz_Box_SpeedportW501V
Hardware revision : 93
Urlader revision : 1123
Firmware revision : 28.03.91
Flash space : 0x003b0000
flashing mtd1 can't open data connection
wie gesagt mein versuch ist lediglich der, die originalen imagedateien wieder in das filesystem zu bekommen. aber adam2 stellt sich absolut quer. habe von dem problem schonmal bei einer 7170 gelesen... jedenfalls mißfällt es mir am meißten, dass der fehler auch beim recover kommt (wo ich ansich froh war, dass es geht....=/)