Skip to content

Instantly share code, notes, and snippets.

@mscottford
Created June 15, 2012 04:20
Show Gist options
  • Save mscottford/2934651 to your computer and use it in GitHub Desktop.
Save mscottford/2934651 to your computer and use it in GitHub Desktop.
Options for starting a local ftp service for testing with
vsftpd -orun_as_launching_user=YES -olisten=YES -olisten_port=2121 -oanon_mkdir_write_enable=YES -oanon_other_write_enable=YES -oanon_upload_enable=YES -owrite_enable=YES
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment