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