dswisher / swish-sftp

Tinkering with SFTP protocol in C#
MIT License
3 stars 0 forks source link

Refactor `Client` class #2

Open dswisher opened 4 years ago

dswisher commented 4 years ago
  1. The class is too big
  2. The class needs some async love, including CancellationTokens
dswisher commented 4 years ago

Most of the channel logic has been factored out to a Channel class, but there is still too much in the Client class.