Back

Cloud Storage

How to connect using FTP

1. Connecting to Cloud Storage using FileZilla

FileZilla is a free graphical FTP, SFTP and FTPS-utility for Windows, MacOS and Linux. This program allows one to synchronize directories, manage files on a remote server, search for and download files. You can download the required version via the link to the official website of the program.

To connect to your file storage, use the credentials for portal.servers.com in the window Cloud storage -> Access credentials. All relevant data is provided in the «FTP» column. To access it, click «Show».

Connecting to Cloud Storage using FileZilla

Enter the data in the FileZilla window and click QuickConnect.

  • - Username — Tenant name and User name through a dot. For example, «278.1425».

  • - Password — Password for access. Set after a two-spot.

  • - Host — FTP-host address. Set after an «@».

Enter the data in the FileZilla window and click QuickConnect

Upon successful connection, in the right of the working area of ​​the program, all the available directories of your Cloud storage will be displayed.

2. Connecting to Cloud Storage using the console client

To connect to your file storage, use the credentials for portal.servers.com in the window Cloud storage -> Access credentials. All relevant data is provided in «FTP» column. To access it, click «Show».

Connecting to Cloud Storage using the console client

If you are using MacOS or Linux, to start the console you need to open the Terminal

If you are using Windows, press the key combination Win + R. In the new window, type «cmd» and click «OK».

press the key combination Win + R. In the new window, type «cmd» and click «OK».

Once the console is open, type the following command and press Enter:

ftp FTP-host_address

Next, you need to enter a username and password.

The data is listed in the string that you received earlier.

- FTP-host_address is indicated after an «@».

- Username is a Tenant name and User name entered through a dot. For example, «278.1425».

- Password is set after a two-spot.

Cloud Storage using the console client

2.1. Basic commands

How to download a file

get file_name

How to upload a file

put file_name

How to download a directory

mirror directory_name

How to upload a directory

mirror -R directory_name

How to remove a directory

rm -r directory_name

How to delete a file

rm file_name

How to display a list of files in a directory

ls

Share

Suggested Articles