/var/logmarcus chiu

/var/log

❯

Computer

❯

Computer Networks

❯

Computer Network/Networking Layers - Open Systems Interconnection (OSI) Model

❯

7 - Application Layer

❯

File Transfer Protocol (FTP)

❯

FTP - Server

vsftpd

Created on Nov 16, 2019 · Last Modified on Jul 16, 2020

vsftpd is an FTP server for Unix-like systems. It supports IPv6, TLS and File Transfer Protocol SSL (FTPS)

Installation

  • apt-get install -y vsftpd

Commands

  • sudo systemctl start vsftpd
  • sudo systemctl restart vsftpd
  • sudo systemctl stop vsftpd
  • sudo systemctl status vsftpd

Configuration Files

  • /etc/vsftpd.conf

Subpages

  • vsftpd - Allow Write

Resources

  • https://www.howtoforge.com/tutorial/ubuntu-vsftpd/