开发者

implementing a rudimentary scp [closed]

开发者 https://www.devze.com 2023-03-27 10:40 出处:网络
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.

Questions asking us to recommend or find a tool, library or favorite off-开发者_运维百科site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it.

Closed 9 years ago.

Improve this question

I am planning to learn usage of the openssh library and have been thinking of implementing a rudimentary scp to help with the learning.

Where will I find the information that I will need to implement scp? I have tried going through the openssh documentation, but was wondering if there is an easier starting point for openssh beginners?


Yo can do so by watching scp do its work. Reading side does scp -f <source> and the writing side does scp -t <target>. If you interconnect them appropriately with FIFOs or so, you can see how exactly they interact.

0

精彩评论

暂无评论...
验证码 换一张
取 消