Skip to content

Instantly share code, notes, and snippets.

@jagroop
Created October 24, 2017 05:42
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jagroop/8221b1250b10f9c01c642a5ca5b3ab73 to your computer and use it in GitHub Desktop.
Save jagroop/8221b1250b10f9c01c642a5ca5b3ab73 to your computer and use it in GitHub Desktop.
Setup FTP on LAN Computer
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