wolfSSL / wolfssh

wolfSSH is a small, fast, portable SSH implementation, including support for SCP and SFTP.
https://www.wolfssl.com
367 stars 88 forks source link

Nonblocking SCP #725

Closed ejohnstown closed 1 month ago

ejohnstown commented 1 month ago
  1. Splitting the top level SCP functions for either from or to, and incorporating the sub-functions in appropriately.
  2. Put making the scp command line to send to the peer into its own function.