• Sales: 1-800-961-2888
  • Support: 1-800-961-4454

CentOS - Installing ftp


This tutorial will walk you through installing the command-line FTP client commonly known as 'ftp'. This application is available by default on most distributions with a standard install but because we use a minimal install it must be installed separately.

Note that these instructions are for installing an ftp client (if you want to download to your server from some other ftp server).  If you want to run an ftp server on your CentOS instance, you would need to install an ftp server like vsftpd instead.

This tutorial assumes that you have gone through the CentOS Setup Guide and are familiar with the Linux environment and the utilities used within it.

Installing ftp

To install the ftp application run the following command:

# sudo yum install ftp

You will be prompted to install the application, press Y.

--Kelly Koehn 09:58, 7 May 2009 (CDT)



© 2011-2013 Rackspace US, Inc.

Except where otherwise noted, content on this site is licensed under a Creative Commons Attribution-NonCommercial-NoDerivs 3.0 Unported License


See license specifics and DISCLAIMER

2 Comments

Are other steps required to setup and then use ftp? Security settings in server or APACHE?

There are indeed more steps if you want to set up an ftp server (i.e. ftp access to upload to or download from your server). I'll update this article to make that more clear. This article is just about installing an ftp client on your server so you can connect to other servers to download from there via ftp.

There are several ftp servers out there, but here's a handy article on setting up one of them, vsftpd:

http://www.rackspace.com/knowledge_center/index.php/CentOS_-_Installing_vsftpd

Add new comment