Syncing two directories SFTP - Dropbox

Hi,

I’m totally new to powershell, but I would like to start exploring it in a practical way.

Would it be possible to create a script which SFTPs to one directory, talking specifically to a call recording folder on a telephone system, and copies all latest recordings to a Dropbox account ?

I know it can be a tough one!

Cheers,

Mike

Mike,
Welcome to the forum. :wave:t4:

I don’t have experiences with using either SFTP or Dropbox. But since there are modules for both technologies available on the PowerShellGallery it should not be that hard to accomplish what you’re looking for.

https://www.powershellgallery.com/packages?q=SFTP

https://www.powershellgallery.com/packages?q=dropbox

I’d recommend to start with something slightly simpler though. I you’re completely new to PowerShell you may start with learning the very basics first. :wink: