Hi
We need to do some programmatic file sharing with a partner - Partner A.
They have asked us to provide an FTP (we would have to use SFTP as some of the data is sensitive) site that we will upload files to, and they (Partner A) will download files from. This all needs to be automated. Possibly another partner (Partner B) will also be uploading , but not downloading.
We don't want to have an FTP server in our DMZ - so are looking to use Azure/office 365 in some way.
Whilst SFTP is Partner A's default suggestion, we are open to other suggestions if there is a better option.
I can see there is an option to use an instacne of FileZilla as software as a service in Azure. Maybe we could use an Azure VM and setup IIS with FTP (dont know if this will do SFTP).
Can anyone think of other options ?
Am guessing we could use a sharepoint document library....
Ideally we would use integration services (SSIS) to upload the files ourselves - we have done this before using SFTP.
Thanks
G