Skip to content

Instantly share code, notes, and snippets.

@rzdhop
Created September 28, 2019 09:54
Show Gist options
  • Save rzdhop/a1dfb92af9d964be57401cff74c810cb to your computer and use it in GitHub Desktop.
Save rzdhop/a1dfb92af9d964be57401cff74c810cb to your computer and use it in GitHub Desktop.
sudo apt-get install vsftpd
paramettre dans /etc/vsftpd.conf
on uncomment ces lignes
"""
Anonymous_enaled=No
Local_enable = YES
local_unmask=022
Write_enabled=YES
Ascii_upload_enabled=YES
Ascii_download_enabled=YES
"""
sudo service vsftpd restart
port = 20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment