Created
October 24, 2017 05:42
-
-
Save jagroop/8221b1250b10f9c01c642a5ca5b3ab73 to your computer and use it in GitHub Desktop.
Setup FTP on LAN Computer
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
sudo -s | |
sudo apt-get update | |
sudo apt-get install vsftpd | |
useradd -d /var/www/html/projects/ jagroop-pc | |
paswd jagroop-pc | |
# Configuration | |
write_enable=YES | |
pam_service_name=ftp |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment