EvotecIT / Transferetto

Small PowerShell module with FTPS/SFTP functionality
MIT License
55 stars 14 forks source link

SFTP - Download all files and folders #40

Open sturgeo opened 7 months ago

sturgeo commented 7 months ago

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

PrzemyslawKlys commented 7 months ago

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 ;)