Skip to content

Instantly share code, notes, and snippets.

@schnell18
Created January 10, 2014 03:05
Show Gist options
  • Select an option

  • Save schnell18/8346353 to your computer and use it in GitHub Desktop.

Select an option

Save schnell18/8346353 to your computer and use it in GitHub Desktop.
cURL script to do ftpes
# 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