Skip to content

Instantly share code, notes, and snippets.

@elpsk
Created September 7, 2016 11:49
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 elpsk/1ee3875342eca6537af21ddf0aecd973 to your computer and use it in GitHub Desktop.
Save elpsk/1ee3875342eca6537af21ddf0aecd973 to your computer and use it in GitHub Desktop.
ARUBA FTP FILE UPLOAD USING CURL
#
#ARUBA FTP FILE UPLOAD USING CURL
#
pasky$ curl -v -T uploadme.dat ftp://ftp.site.com/www.site.com/_backup/ --user username:p4ssw0rd
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment