Technology & Agriculture Developments Blogs

How to Upload Files with FTP

This document explains how to use the command-line interface (CLI) or a third-party client to store files on your File Transfer Protocol (FTP) server.

Connect to an FTP server with a third-party client

If you open another program to connect to your FTP server, you are using a third-party FTP client. To connect to your FTP server with a third-party client, follow these steps:

  1. Create the FTP account in cPanel’s FTP Accounts interface (cPanel » Home » Files » FTP Accounts).
  2. Click Configure FTP Client next to the FTP account you want to connect to your third-party client.
  3. If we provide a configuration file for your third-party client, like Cyberduck® or WinSCP, download it from the Configuration Files section and open it on your local machine to configure your third-party client. If we do not provide a configuration file, you must configure the client manually.

Third-party clients have their own documentation for manual configuration, but will require the following information:

Connect to an FTP server from the command line

To connect to the FTP server from the CLI, follow these steps:

  1. Open a CLI window on your local machine.
  2. Enter the ftp command to open the File Transfer Protocol.
  3. Enter open to open a connection between your local machine and your FTP server. Your CLI window will look something like this:[[email protected] ~]: ftp ftp> open (to)
  4. In the (to) prompt, enter your server’s IP address. Depending on which FTP daemon you are using, your CLI window will now look something like this:[[email protected] ~]: ftp ftp> open (to) 0.0.0.0 220———- Welcome to Pure-FTPd [privsep] [TLS] ———- 220-You are user number 1 of 50 allowed. 220-Local time is now 15:34. Server port: 21. 220-This is a private system - No anonymous login 220-IPv6 connections are also welcome on this server. 220 You will be disconnected after 15 minutes of inactivity. Name (0.0.0.0:example):
  5. Enter your FTP account’s username into the Name(0.0.0.0:example) prompt.
  6. Enter your FTP account’s password into the Password: prompt.

If you have entered the correct login information, the system will return a message similar to the following:

230 OK. Current restricted directory is /. 

Important:

If you have entered the incorrect login information, the system will return a message similar to the following:

530 Login authentication failed

Upload a file to an FTP server from the command line

To upload a file to your FTP server using the CLI, follow the documentation above to connect to an FTP server from the command line and then:

Download a file from an FTP server from the command line

To download a file to your FTP server using the CLI, follow the documentation above to connect to an FTP server from the command line and then:

Exit mobile version