Insights from production use

Real-world FTP use cases for production systems

Real-world FTP and SFTP use cases from production environments — covering backups, automated file transfers, integrations and secure data exchange. These insights focus on how teams actually use managed FTP storage in business systems, without running and maintaining their own infrastructure.
From DevOps pipelines and surveillance storage to client file delivery and backend integrations, each example shows where FTP-based storage fits — and when managed FTP becomes the better choice.

FTP 101 - part 1: Active vs passive connections

Published {$created}
by Carsten Blum

we first need to understand how a FTP client uses ports when connecting to a FTP server. In a typical FTP session, two separate connections are established between client and server...

Read tutorial
600 words Human made

How to Create a Simple SFTP Backup Script Using SSH Keys

Published {$created}
by Carsten Blum

Automate secure backups with a simple bash script. Learn how to generate SSH keys, set up your ftpGrid account, and upload zipped folders via SFTP — no passwords needed...

Read tutorial
1050 words Human made

Guide: Create SSH keys for SFTP and SCP server auth

Published {$created}
by Carsten Blum

If you’re still using passwords to authenticate SFTP or SCP access, it’s time for an upgrade. Not only are passwords inherently insecure in today’s threat landscape...

Read tutorial
1006 words Human made