Skip to content

Instantly share code, notes, and snippets.

@betawax
Last active February 12, 2018 07:02
Show Gist options
  • Save betawax/031ae23ef20253071fcf402030fb75b4 to your computer and use it in GitHub Desktop.
Save betawax/031ae23ef20253071fcf402030fb75b4 to your computer and use it in GitHub Desktop.
cURL FTP Upload
curl -T [FILE] ftp://[HOST] --user [USER]:[PASSWORD]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment