Logo 
Search:

Unix / Linux / Ubuntu Forum

Ask Question   UnAnswered
Home » Forum » Unix / Linux / Ubuntu       RSS Feeds

FTP Server Software

  Date: Jan 04    Category: Unix / Linux / Ubuntu    Views: 384
  

I've got a PC that I'm wanting to install Ubuntu on and have as a
small FTP server for a select group and I'm wondering what your
favorite FTP Server software might be. Preferably one I install from a
respository.

sudo apt-get install [server-software]

Thoughts?

Share: 

 

5 Answers Found

 
Answer #1    Answered On: Jan 04    

Ubuntu more directly supports the "The Very Secure FTP Daemon" (vsftpd):

A lightweight, efficient FTP server written from the ground up with
security in mind.

sudo apt-get install vsftpd

There is also ftpd and wu-ftpd.

All are in the Ubuntu's "universe" repo.

 
Answer #2    Answered On: Jan 04    

I have vsftpd installed on a FreeBSD machine and I
absolutely love it. For some reason, I was thinking that it wasn't in
the repositories.

 
Answer #3    Answered On: Jan 04    

Tried the above command and got a message stating it's not there. :(
Here's my /etc/apt/sources.list file. Am I missing something? Thanks
in advance.

# See http://help.ubuntu.com/community/UpgradeNotes for how to upgrade to
# newer versions of the distribution.

deb http://us.archive.ubuntu.com/ubuntu/ feisty main restricted
deb-src http://us.archive.ubuntu.com/ubuntu/ feisty main restricted

## Major bug fix updates produced after the final release of the
## distribution.
deb http://us.archive.ubuntu.com/ubuntu/ feisty-updates main restricted
deb-src http://us.archive.ubuntu.com/ubuntu/ feisty-updates main
restricted

## N.B. software from this repository is ENTIRELY UNSUPPORTED by the
Ubuntu
## team, and may not be under a free licence. Please satisfy yourself
as to
## your rights to use the software. Also, please note that software in
## universe WILL NOT receive any review or updates from the Ubuntu
security
## team.
deb http://us.archive.ubuntu.com/ubuntu/ feisty universe
deb-src http://us.archive.ubuntu.com/ubuntu/ feisty universe

## N.B. software from this repository is ENTIRELY UNSUPPORTED by the
Ubuntu
## team, and may not be under a free licence. Please satisfy yourself
as to
## your rights to use the software. Also, please note that software in
## multiverse WILL NOT receive any review or updates from the Ubuntu
## security team.
deb http://us.archive.ubuntu.com/ubuntu/ feisty multiverse
deb-src http://us.archive.ubuntu.com/ubuntu/ feisty multiverse

## Uncomment the following two lines to add software from the 'backports'
## repository.
## N.B. software from this repository may not have been tested as
## extensively as that contained in the main release, although it includes
## newer versions of some applications which may provide useful features.
## Also, please note that software in backports WILL NOT receive any
review
## or updates from the Ubuntu security team.
deb http://us.archive.ubuntu.com/ubuntu/ feisty-backports main
restricted universe multiverse
deb-src http://us.archive.ubuntu.com/ubuntu/ feisty-backports main
restricted universe multiverse

deb http://security.ubuntu.com/ubuntu feisty-security main restricted
deb-src http://security.ubuntu.com/ubuntu feisty-security main restricted
deb http://security.ubuntu.com/ubuntu feisty-security universe
deb-src http://security.ubuntu.com/ubuntu feisty-security universe
deb http://security.ubuntu.com/ubuntu feisty-security multiverse
deb-src http://security.ubuntu.com/ubuntu feisty-security multiverse


 
Answer #4    Answered On: Jan 04    

The package vsftpd is in the Main repo on Feisty and is listed in the "net"
section. If it is not in the US repos, then switch to the European repos;
just remove the "us" in the url in sources.list. For example:

deb http://us.archive.ubuntu.com/ubuntu/ feisty main restricted

becomes:

deb http://archive.ubuntu.com/ubuntu/ feisty main restricted

After you edit the sources, you will need run "update"

sudo apt-get update


Package info from:
http://us.archive.ubuntu.com/ubuntu/dists/feisty/main/binary-i386/

Package: vsftpd
Priority: extra
Section: net
Installed-Size: 408
Maintainer: Ubuntu Core Developers ubuntu-devel@...>
Original-Maintainer: Matej Vela vela@...>
Architecture: i386
Version: 2.0.5-2ubuntu2
Provides: ftp-server
Depends: libc6 (>= 2.5-0ubuntu1), libcap1, libpam0g (>= 0.76), libssl0.9.8
(>= 0.9.8c-1), libwrap0, libpam-modules, adduser, netbase, lsb-base (>=
1.3-9ubuntu3), ssl-cert (>= 1.0-11ubuntu1), sysv-rc (>=
2.86.ds1-14.1ubuntu2), update-inetd
Recommends: logrotate
Conflicts: ftp-server
Filename: pool/main/v/vsftpd/vsftpd_2.0.5-2ubuntu2_i386.deb
Size: 114386
MD5sum: 4f4c931fbf224f6e4c2d265671d14b56
SHA1: 8c50d39eca0816d4fa8275d0445c838e5dfdb566
SHA256: 442d08936178c2d99738fed767b3885a20ed5f894e5650de85868ff912de2891
Description: The Very Secure FTP Daemon
A lightweight, efficient FTP server written from the ground up with
security in mind.
.
vsftpd supports both anonymous and non-anonymous FTP, PAM authentication,
bandwidth limiting, and the Linux sendfile() facility.

 
Answer #5    Answered On: Jan 04    


You know, sometimes I could just kick myself. When I edited my sources
file and uncommented the correct repository, I forgot to run the 'sudo
apt-get update' command. Once I ran that, the vsftpd install ran like
a charm. Thank you Lee for the assistance. I really appreciate it.

 
Didn't find what you were looking for? Find more on FTP Server Software Or get search suggestion and latest updates.




Tagged: