Skip to content

Instantly share code, notes, and snippets.

@reidransom
Created September 19, 2011 02:44
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save reidransom/1225884 to your computer and use it in GitHub Desktop.
Save reidransom/1225884 to your computer and use it in GitHub Desktop.
FTP one liner
curl -T MyFileToUpload.txt ftp://myusername:mypassword@ftp.myhost.com/directory/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment