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

Installing ftp on Ubuntu Linux


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.

If you're trying to install an ftp server you should look at this guide instead.

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

Update Repositories

First we will need to make sure that our repositories are updated. To do this type the following command:

# sudo aptitude update

You will see several links scroll across the screen as they download.

Installing ftp

Next we need to install the ftp application. To do this run the following command:

# sudo aptitude install ftp

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

If instead you get a message that no packages will be installed, it means the ftp package is already installed and you're good to go.



© 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

7 Comments

The "Ubuntu Setup Guide " link on this page is broken

Thanks for catching that. Fixed the link so it should go where it needs to.

under update repositories, first is spelled firt.

Thanks Daniel. Fixed.

Hi, Im not sure if this would help you or not but I have written a guide about how you can do this with pureftp on ubuntu server 12.04. You can set up different accounts which you can manage through mysql. As i said, im not sure if this is you wanted but I hope it helps

http://wilson18.com/how-to/linux-networking/how-to-add-ftp-accounts-for-your-hosted-sites/

This doesn't seem to work for me it says:

No packages will be installed, upgraded, or removed.

Any tips?

That message means the ftp package is already installed. We'll add a note about that to the article.

It's also worth noting that this is for the ftp client, so if you're trying to install an ftp server you might look for one of our articles on vsftpd.

Add new comment