Camera setup guide
Any camera or desktop FTP client (FileZilla, curl).
Before you start
Rawback accepts uploads over SFTP, FTPS and plain FTP. If your camera isn't covered by a dedicated guide, or you'd rather upload from a computer, the settings below work everywhere.
Best choice when your camera or client supports it. Encrypted over SSH. Host ftp.rawback.app, port 23168.
FTP over TLS, widely supported by cameras. Enable “explicit TLS / require SSL”. Host ftp.rawback.app, port 23213.
Only use on a trusted network — credentials are sent unencrypted. Host ftp.rawback.app, port 23212.
Tips that fix most problems
Enable passive (PASV) mode, leave the remote folder as the default root /, and make sure the device can reach the public internet.
In FileZilla choose File → Site Manager → New Site.
Set Protocol to SFTP (or FTP with “Require explicit FTP over TLS”), Host to ftp.rawback.app, and the matching port from above.
Use Normal logon, enter your Rawback username and credential password, connect, then drag your photos into the remote pane.
Replace FILENAME.raw with your file and PASSWORD with your credential password:
# FTPS (recommended)
curl -T ./FILENAME.raw --ssl-reqd \
"ftp://your-username:[email protected]:23213/"
# Plain FTP
curl -T ./FILENAME.raw \
"ftp://your-username:[email protected]:23212/"Supported formats
RAW (.cr2, .cr3, .nef, .arw, .dng, .orf, .rw2)
JPEG, TIFF, HEIF, PNG
Upload limits
Max file size: 500 MB
Max batch size: 10 GB