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 4: Using basic FTP commands

Published {$created}
by Carsten Blum

You might end up in a situation where the terminal is your only tool and you quickly need to move some files away from the box you are working on. Luckily this is very easy with basic FTP commands...

Read tutorial
1069 words Human made

FTP 101 – Part 3: Authentication, is plain FTP secure?

Published {$created}
by Carsten Blum

How secure is FTP authentication with username and password really? We often assume that an established protocol like FTP is inherently secure, but it is not. It is very unsecure...

Read tutorial
480 words Human made

FTP 101 - part 2: FTP transfer types – ASCII vs. Binary

Published {$created}
by Carsten Blum

the difference between ASCII and Binary transfer modes in FTP – and when should you use one over the other? In this post in the FTP tutorial series I'll explains both...

Read tutorial
923 words Human made

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