使用 ruby 通过 telent 将文件推送到远程系统
我有一个可以远程登录的远程嵌入式系统。如何从主机下载二进制文件到它?我可以读取文件 来自系统,但不知道如何写入它。
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.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您可能想使用 ftp
如果有目标系统上没有 ftp 服务器尝试使用 kermit
you probably want to do this with ftp
If there is no ftp server on the target system try using kermit