alpakka icon indicating copy to clipboard operation
alpakka copied to clipboard

Add support for removing a remote dir in FTP/SFTP

Open effiban opened this issue 3 years ago • 0 comments

Short description

There is no API for removing a remote FTP/SFTP directory.

Details

As far as I can tell, removal of remote FTP/SFTP directories is not supported - calling Sftp.remove(..) works only for files. I'm using version 3.0.0 (with Scala version 2.12)

effiban avatar May 20 '21 12:05 effiban