Remote destination

Configure FTP for WordPress backups.

FTP is useful when your host or infrastructure provider gives you a separate storage server. It is simple and widely supported, but SFTP is preferred when encrypted transfer is available.

What you need

  • FTP server hostname.
  • Port, usually 21.
  • FTP username and password.
  • Remote folder path for backups.
  • Passive mode preference from your hosting provider.

Configuration Steps

  1. Open StifLi Backup Tools > Remote Destinations.
  2. Select FTP.
  3. Enter server, port, username and password.
  4. Enable passive mode unless your provider tells you otherwise.
  5. Set the remote folder where backups should be stored.
  6. Choose the maximum number of backups to keep.
  7. Save and test the connection.
  8. Run a manual backup and check the folder with an FTP client.

Recommended Settings

SettingRecommendation
Passive modeKeep enabled for most shared hosting and firewall setups.
TimeoutUse a higher timeout for slow FTP servers or large uploads.
FolderUse a non-public folder outside web root when possible.
RetentionKeep enough restore points without filling the remote account.

Security Notes

Plain FTP does not protect credentials or files in transit. Use it only when you trust the network and provider, or when FTPS/SFTP is not available. For sensitive sites, use SFTP instead.