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
scpdo its work. Reading side doesscp -f <source>and the writing side doesscp -t <target>. If you interconnect them appropriately with FIFOs or so, you can see how exactly they interact.