Hacker News new | ask | show | jobs
by discobean 2622 days ago
Solo founder of https://docevent.io SFTP and FTP/S directly to your Azure Blobs, Google Cloud Storage and S3 buckets.

I bootstrapped it myself, but there are now others that help remotely (consultants, contractors) on some features, fixes testing and marketing.

1 comments

This is great! I really wished this existed a few years ago at my previous company. We needed this exactly. A straightforward way to get ftp files into blob. Is it possible to cname/whitelabel the domain of the ftp address?
Thanks! You can CNAME, but for FTPS there will be certificate verification errors because the DNS is changed (there is nothing like http2 where we can serve other SSL certs for different destination hosts).

But for SFTP, and FTP (insecure, not that you'd want to) CNAME works fine.

We do do seperate SSL certs but it is only for bigger customers that we host dedicated instances on their behalf.