Skip to content

Instantly share code, notes, and snippets.

@aug2uag
Last active April 19, 2020 01:16
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 aug2uag/a046261e14b5ee2887db084ea7f70125 to your computer and use it in GitHub Desktop.
Save aug2uag/a046261e14b5ee2887db084ea7f70125 to your computer and use it in GitHub Desktop.
FTP on POSIX with curl
curl -T my-local-file.txt ftp://ftp.example.com --user user:secret
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment