EvotecIT/Transferetto

SFTP - Download all files and folders

Opened this issue · 1 comments

I wish to download all files, folders, sub directories etc via SFTP. Is there an easy way to download everything similar to the Get-ftpdirectory command?

Many thanks

Not currently. Get-FtpDirectory is natively implemented in FluentFtp, while for Sftp we would need to do it ourselves. It's doable, but someone has to write it ;)