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.
我正计划学习openssh库的使用,并一直在考虑实施一个基本的scp来帮助学习。
我在哪里可以找到实施 scp 所需的信息?我尝试过阅读 openssh 文档,但想知道 openssh 初学者是否有一个更简单的起点?
你可以通过观看scp它的工作来做到这一点。阅读方面做scp -f <source>,写作方面做scp -t <target>。如果您将它们与 FIFO 左右适当地互连,您可以看到它们的交互方式。
scp
scp -f <source>
scp -t <target>