Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在使用 Ruby 的 net-ssh 库来远程执行 shell 命令。我想将一些文件读入内存,而不是简单地通过 SCP/SFTP 传输它们。我可以这样做吗?
如果您使用 wc 或 ls 查找大小,则可以使用 cat 获取数据,然后读取正确的字节数。