Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 7 additions & 1 deletion pages/dedibox/how-to/use-dedibackup-ftp-backup.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -153,4 +153,10 @@ curl -T "path_to_your_file.7z" -u "sd-XXXXX:your_password" ftp://dedibackup-dc3.
```
<Message type="tip">
Replace `dedibackup-dc3` with the actual backup location (`-dc2`, `-dc3`, etc.), as specified in your Dedibox console.
</Message>
</Message>

<Message type="note">
Since curl version 7.74.0 the default behavior is to not get a new IP from the server for the passive connection.
You have to use --no-ftp-skip-pasv-ip for curl to make the passive connection required.
</Message>