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.
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.
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

7 Comments
Broken Link
Re: Broken link
word error
re; firt
Setting up ftp on ubuntu
http://wilson18.com/how-to/linux-networking/how-to-add-ftp-accounts-for-your-hosted-sites/
This doesn't seem to work for
No packages will be installed, upgraded, or removed.
Any tips?
re: no packages
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