tags:

views:

47

answers:

1

Hi,

I have a remote embedded system which it is telnet-able. How can I download a binary file from the host to it? I can read file from the system, but have no idea how to write to it.

+1  A: 

you probably want to do this with ftp

If there is no ftp server on the target system try using kermit

ennuikiller
unfortunately, The embedded system has no ftp server.
pierr