mirror of
https://github.com/sshnet/SSH.NET.git
synced 2026-09-11 13:39:09 +00:00
1a8839ec3e
* Added support for deleting directories asynchronously * Clarify that the task represents the asynchronous delete operation Co-authored-by: Rob Hague <rob.hague00@gmail.com> * Added DeleteAsync and DeleteDirectoryAsync to ISftpClient * Inherit docs from interface * Added additional tests for new async delete functions * Update list directory test to use async delete methods * x --------- Co-authored-by: Rob Hague <rob.hague00@gmail.com>