ProFTPd basic configuration

Опубликовано: 31 Май 2026
на канале: LJP-Infos
3,952
34

This video shows how to install and perform basic configuration for the "proftpd" server.

This is an opportunity to configure it for anonymous use with write permissions.

The configuration file:
https://drive.google.com/open?id=1Gv9...

To install the server
apt-get install proftpd

The server isn't very easy to configure, so you can install the graphical manager
apt-get install gproftpd # When you have a graphical interface!

#############################################################

Bug: ProFTPd activation (won't activate)
sudo mkdir /var/run/proftpd/
Bug: "Memcache module" problem
nano /etc/proftpd/modules.conf

Comment:

LoadModule mod_tls_memcache.c

Who is connected?
ftpwho
Statistics:
ftpstats

Timecode:
00:00 Introduction
01:04 SFTP Transfer
02:23 SFTP Transfer Software
03:56 Connecting to or Working on the Destination Machine
05:06 Installing proftpd
07:02 Installation Complete
09:54 The Configuration File
11:17 Configuring the Server
14:37 Configuring the Anonymous User
17:44 Writing for the Anonymous User
19:48 Restarting the Server
20:54 Testing (ftpwho/ftpstats)
21:30 About Security