ftp

Pure FTPd

Pure-FTPd is a free (BSD), secure, production-quality and standard-conformant FTP server. It doesn't provide useless bells and whistles, but focuses on efficiency and ease of use.

PureFTPd Manager for Mac OS X

Installation
Download the source:

cd /extra/src
wget http://download.pureftpd.org/pub/pure-ftpd/releases/pure-ftpd-1.0.29.tar.gz
tar zxf pure-ftpd-1.0.29.tar.gz
cd pure-ftpd-1.0.29

Configure, with support for virtual users, and build it:

./configure --with-puredb
make install-strip
cp configuration-file/pure-ftpd.conf /etc/

Create an unprivileged user and group for Pure-FTPd to run as:

groupadd pure-ftpd
useradd -g pure-ftpd -d /var/empty -s /etc pure-ftpd

Technology:

Filezilla

:: OPTIONAL: Install Filezilla

:: Filezilla
:: URL|ALL|http://superb-west.dl.sourceforge.net/sourceforge/filezilla/FileZilla_3.0.7.1_win32-setup.exe?download|packages/filezilla/FileZilla_3.0.7.1_win32-setup.exe
@Echo off

:: N.B. Since we are pushing these commands onto the to-do stack, they will be executed in the opposite order.

:: Install the app
todo.pl "%Z%\packages\filezilla\FileZilla_3.0.7.1_win32-setup.exe /S"

vsftpd

vsftpd a GPL licensed FTP server for UNIX systems, including Linux. It is secure, extremely fast and stable.

Prerequisites
CentOS should be installed as per the instructions here.

yum -y install libcap-devel

Installation
Create a directory to hold the source files:

mkdir -p /extra/src
cd /extra/src

Download the latest version of vsftpd source tarball. At the time of writing, it was 2.3.2 but check the home page for updates.

wget ftp://vsftpd.beasts.org/users/cevans/vsftpd-2.3.2.tar.gz
tar zxf vsftpd-2.3.2.tar.gz

Technology:

FTP Server

File Transfer Protocol (FTP) is a network protocol used to transfer data from one computer to another through a network, such as over the Internet.

Technology:

Subscribe to RSS - ftp

Recent Updates

  • 1 year 12 months ago
  • 1 year 12 months ago
  • 1 year 12 months ago
    php 8.x
  • 1 year 12 months ago
    10.6.7
  • 2 years 1 day ago
    Drop Centos 5/6 stuff