You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The code example above contains variables, which you will need to substitute with your own values.
184
184
185
-
***FtpUsername**: Your FTP username
186
-
***FtpPassword**: Your FTP password
187
-
***HostName**: The host name of your backup storage
188
-
***LocalFolder**: The path to the local folder where you want to save the file
189
-
***File**: The path to the file you want to download
185
+
-**FtpUsername**: Your FTP username
186
+
-**FtpPassword**: Your FTP password
187
+
-**HostName**: The host name of your backup storage
188
+
-**LocalFolder**: The path to the local folder where you want to save the file
189
+
-**File**: The path to the file you want to download
190
190
191
191
##### Curl (for Linux)
192
192
193
193
> [!primary]
194
194
>
195
-
> To use FTPS you must change the hostname of the backup storage. For example, if the name of your backup storage is ftpback-rbxX-YYY.ip-Z.Z.Z.Z.net, you need to change it to ftpback-rbxX-YYY.mybackup.ovh.net. You also need to add the -ssl flag to the commands below.
196
-
> If the Backup Storage is located in Canada (BHS), you will need to change it to ftpback-bhsX-YYY.mybackup.ovh.ca.
195
+
> To use FTPS you must change the hostname of the backup storage. For example, if the name of your backup storage is ftpback-rbxX-YYY.ip-Z.Z.Z.Z.net, you need to change it to ftpback-rbxX-YYY.mybackup.ovh.net. You also need to add the -ssl flag to the commands below.
196
+
> If the backup storage is located in Canada (BHS), you will need to change it to ftpback-bhsX-YYY.mybackup.ovh.ca.
197
197
>
198
198
199
199
To save individual files to your backup storage, you can use the following command:
The code example above contains variables, which you will need to substitute with your own values.
236
236
237
-
***FtpUsername**: Your FTP username
238
-
***FtpPassword**: Your FTP password
239
-
***HostName**: The host name of your backup storage
240
-
***LocalFolder**: The name of the local folder where you want to save the file
241
-
***File**: The path to the file you want to download
237
+
-**FtpUsername**: Your FTP username
238
+
-**FtpPassword**: Your FTP password
239
+
-**HostName**: The host name of your backup storage
240
+
-**LocalFolder**: The name of the local folder where you want to save the file
241
+
-**File**: The path to the file you want to download
242
242
243
243
#### lftp (for Linux)
244
244
245
245
> [!primary]
246
246
>
247
-
> lftp uses FTP+SSL/TLS by default. So you must change the host name of the backup storage. For example, if the name of your backup storage is ftpback-rbxX-YYY.ip-Z.Z.Z.Z.net, you need to change it to ftpback-rbxX-YYY.mybackup.ovh.net.
248
-
> If the Backup Storage is located in Canada (BHS), you will need to change it to ftpback-bhsX-YYY.mybackup.ovh.ca.
247
+
> lftp uses FTP+SSL/TLS by default. So you must change the host name of the backup storage. For example, if the name of your backup storage is ftpback-rbxX-YYY.ip-Z.Z.Z.Z.net, you need to change it to ftpback-rbxX-YYY.mybackup.ovh.net.
248
+
> If the backup storage is located in Canada (BHS), you will need to change it to ftpback-bhsX-YYY.mybackup.ovh.ca.
249
249
>
250
250
251
251
To save individual files to your backup storage, you can use the following command:
0 commit comments