Skip to content
Merged
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
7 changes: 6 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,9 @@ 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">
Starting with **curl 7.74.0**, the default behavior in FTP passive mode is to ignore the IP address returned by the server. To make curl use the server’s `PASV IP` (the previous behavior), use the option `--no-ftp-skip-pasv-ip`.
</Message>