Alternative to SFTP?

Hi Guys,

We have our own data center windows server for backup so we won’t be using AWS S3 or Microsoft Azure. There was a builtin SFTP but it keep failing. When I contacted support, they said that technically SFTP is not supported. Anyone used anything else that worked?

Thanks

Hi. I would recommend you to use Minio or setup any other self-hosted storage (OpenStack Swift, for example). Also, check out our overview of open-source object storage services, you can use instead of SFTP: https://www.cloudberrylab.com/blog/open-source-object-storage-vendors-comparison/

An ok solution would be to mount an SMB share (aka usual network share) over VPN and use that.