Lab 5 - FTP

vsFTPd Help

Commands

vsftpd   The FTP server process. You can start this process to provide FTP services.
  
ftp A simple text based FTP client on both Linux/Unix and Windows. FTP commands include:
cd - change directory on the FTP server
lcd - change the local directory
dir - list directory contents
put - upload a file to the FTP server
get - download a file from the FTP server

Files

/etc/vsftp/vsftpd.conf   The main configuration file for vsFTPd.
  
/var/log/vsftpd.log vsFTPd will log uploads/downloads to this file.