Skip to content

Commit b9fe076

Browse files
DocRubenbene2k1
andauthored
docs(add) Dedibox FTP-backup curl note (#5907)
* Update use-dedibackup-ftp-backup.mdx Added note regarding curls default behavior in newer versions, to ignore IP given from server for passive connection. * Update pages/dedibox/how-to/use-dedibackup-ftp-backup.mdx --------- Co-authored-by: Benedikt Rollik <brollik@scaleway.com>
1 parent d6d96ce commit b9fe076

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

pages/dedibox/how-to/use-dedibackup-ftp-backup.mdx

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -153,4 +153,9 @@ curl -T "path_to_your_file.7z" -u "sd-XXXXX:your_password" ftp://dedibackup-dc3.
153153
```
154154
<Message type="tip">
155155
Replace `dedibackup-dc3` with the actual backup location (`-dc2`, `-dc3`, etc.), as specified in your Dedibox console.
156-
</Message>
156+
</Message>
157+
158+
<Message type="note">
159+
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`.
160+
</Message>
161+

0 commit comments

Comments
 (0)