Knowledge Base
How to Secure FTP Connections
Safe File Transfer
Protect your files when uploading and downloading.
Use SFTP Instead of FTP
SFTP (SSH File Transfer Protocol) encrypts your connection:
- Port: 22
- Encrypted username/password
- Encrypted file transfer
FTP Client Settings
In FileZilla:
- Go to Site Manager
- Set Protocol to "SFTP"
- Use port 22
- Enter credentials
FTP Security Tips
- Use strong, unique password
- Don't save passwords in clients (or secure the app)
- Use key-based authentication if available
- Create limited FTP accounts for contractors
Creating Restricted FTP Accounts
For temporary access:
- Create new FTP account
- Limit to specific folder
- Delete account when done
Never Do This
- Use unencrypted FTP on public WiFi
- Share FTP credentials via email
- Use the same FTP password as other accounts
After Suspicious Activity
If FTP account is compromised:
- Change password immediately
- Check for unauthorized changes
- Restore from backup if needed