push file to remote system through telent using ruby
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 fr开发者_StackOverflow中文版om the system, but have no idea how to write to it.
you probably want to do this with ftp
If there is no ftp server on the target system try using kermit
精彩评论