Last active
February 12, 2018 07:02
-
-
Save betawax/031ae23ef20253071fcf402030fb75b4 to your computer and use it in GitHub Desktop.
cURL FTP Upload
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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