Created
January 10, 2014 03:05
-
-
Save schnell18/8346353 to your computer and use it in GitHub Desktop.
cURL script to do ftpes
This file contains hidden or 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
| # Ignore certificate error and use active mode | |
| # The "-P -" option instructs curl to use active mode | |
| # The "--ftp-ssl" option instructs curl to use SSL V2 | |
| # The "-k" option instructs curl to ignore server certificate error | |
| curl -v -k -P - --ftp-ssl -T ftp_hook.md ftp://uca:uca@vmcentos64 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment