Skip to content

Instantly share code, notes, and snippets.

@jaircuevajunior
Created January 22, 2015 12:38
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 jaircuevajunior/931e0d396e9fb2bae0cb to your computer and use it in GitHub Desktop.
Save jaircuevajunior/931e0d396e9fb2bae0cb to your computer and use it in GitHub Desktop.
FTP Simples
sudo add-apt-repository ppa:thefrontiergroup/vsftpd
sudo apt-get update
sudo apt-get install vsftpd
sudo vi /etc/vsftpd.conf

local_enable=YES
write_enable=YES
chroot_local_user=YES
allow_writeable_chroot=YES
local_umask=022
anonymous_enable=NO
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment