How Can We Help?
< All Topics
Print

FTP Overview

                                         FTP Overview

1. File Transfer Protocol (FTP) is a standard network protocol used to transfer files from one host to another over a TCP-based network.

2. FTP is built on a client-server architecture and uses separate control and data connections between the client and the server.

3. For secure transmission that hides (encrypts) the username and password, and encrypts the content, it is used FTP secured with SSL (FTPS).

4. BitssCloud supports both FTP and FTPS.

5. Unlike HTTP, the FTP protocol is stateful: you establish a control connection for the duration of an FTP session that typically spans multiple data transfers.

FTP usage in BitssCloud:

1. Uploading/downloading resources;
2. Downloading and reading logs for analysing;
3. Editing configurations;
4. Syncing files;
5. Deploying applications (not recommended).

With BitssCloud FTP feature is available for both application servers and databases.

Note: Currently, FTP add-on is not compatible with Docker containers.

To benefit from FTP with BitssCloud you need to meet three requirements:

1. To have FTP client installed (for example, FileZilla)
2. To have compute node added to the environment
3. To switch Public IP for the node in your environment

Table of Contents