HN user

PearTechFiend

68 karma
Posts16
Comments4
View on HN
medium.com 5y ago

Show HN: SFTP/FTP Gateway for Azure, S3, GCP

PearTechFiend
2pts0
community.couchdrop.io 6y ago

Show HN: Email Attachments Directly into Dropbox, Box, Google Drive etc.

PearTechFiend
2pts0
movebot.io 6y ago

Show HN: Easily move between cloud storage (S3, Backblaze, OneDrive, etc.)

PearTechFiend
30pts14
couchdrop.io 6y ago

Mount cloud storage (S3, Backblaze) using SMB/NFS directly to your file system

PearTechFiend
39pts26
community.couchdrop.io 6y ago

Show HN: Mount S3 cloud storage directly to Windows/Linux using native SMB/NFS

PearTechFiend
1pts0
medium.com 6y ago

Show HN: Mount S3 cloud storage directly to Windows Explorer [New link within]

PearTechFiend
2pts2
couchdrop.io 6y ago

Programmatic SFTP – Automate your file transfer needs

PearTechFiend
3pts0
couchdrop.io 6y ago

Cloud File Transfer Platform (SFTP, SMB, Cloud to Cloud)

PearTechFiend
2pts0
couchdrop.io 6y ago

SMB/NFS, SFTP, Rsync and SCP Cloud Gateway – Azure, S3, OneDrive

PearTechFiend
2pts0
community.couchdrop.io 6y ago

Show HN: Mount S3, Azure, Wasabi and Backblaze as If It Is a Network Drive

PearTechFiend
2pts0
community.couchdrop.io 6y ago

Show HN: SMB/NFS Cloud Gateway – Mount Your Cloud Storage

PearTechFiend
3pts0
medium.com 6y ago

Show HN: Backup 3CX and other SFTP systems to cloud storage (OneDrive, etc.)

PearTechFiend
1pts0
medium.com 6y ago

Show HN: 3CX SFTP Backup to Cloud Storage (Dropbox, OneDrive, etc.)

PearTechFiend
1pts0
medium.com 6y ago

Show HN: How to Backup 3CX to Dropbox, OneDrive, etc.

PearTechFiend
1pts0
community.couchdrop.io 6y ago

Show HN: Cloud Migration – Migrate Between Dropbox, OneDrive, GoogleDrive, etc.

PearTechFiend
27pts5
couchdrop.io 6y ago

Show HN: Cloud SFTP Server – SFTP Direct to Dropbox, Azure, AWS, Box etc.

PearTechFiend
23pts7

Potentially. I guess it depends on what you determine as a connection.

But it’s basically an SFTP session. So you can upload and download as much as you would like from a single session/transaction.

Blurb from the website: “A transaction is defined by a session. So for example if you were to initiate an SFTP connect to an S3 bucket and uploaded five files and downloaded three files, then this would still be deemed 'one transaction'. However, if you initiated an SFTP session and uploaded one file, then closed the session and then started another session and downloaded another file, this would be 2 sessions.”

It’s more catered towards those who use traditional means and who have external users who need to upload or download files with more granularity.

It was originally designed for those who use Linux infrastructure and wanted to get their files to the cloud without needing to use jump boxes or provision their own server. It uses the native applications too so there is no need to install software.

But yes, it also acts like a secure backup service where you are not restricted to a single endpoint and you can control your data.

Also this offers more security such as limiting uploads from specific source IPs, permissions and ties in nicely for those who script (as there is also a SCP solution).

In the end, there was some interest so figured I’d share it here around the SFTP side and have some feedback.