932
edits
Changes
m
Fixing someone else's typo
===Set up your FTP Server (Passive Mode)===
#Still on vm01 use yum to install vsftpd and edit the config file (/etc/vsftpd/vsftpd.conf) to implement the following:
#*Anonymous users should be able to login and download any files (permissions allowing) from the directory /var/ftp/pub.
#*Anonymous uploading should not be allowed.
#*Local users should be allowed to login to their own accounts and upload/download their own files.