Skip to content

Commit a015d13

Browse files
QuentinCGbene2k1
andauthored
Update dedibox/dedicated-servers/how-to/use-dedibackup-ftp-backup.mdx
Applying suggestion of @bene2k1 Co-authored-by: Benedikt Rollik <[email protected]>
1 parent 51b1f7c commit a015d13

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

dedibox/dedicated-servers/how-to/use-dedibackup-ftp-backup.mdx

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,9 @@ In case of a failure during authentication (wrong identifier and/or password), c
107107
- `curl` is not working properly since some commands are not fully handled by this FTP server and `curl` handles those FTP commands internally.
108108
It is why `lftp` is the best option.
109109

110-
Usage example with `lftp` that can be integrated in automated script:
110+
#### Example of interactive connection with lftp
111+
112+
For interactive sessions, use `lftp` with the following command:
111113
```sh
112114
# Requirement
113115
apt install lftp

0 commit comments

Comments
 (0)