curl-users
newbie to curl, what command
Date: Mon, 24 May 2010 10:08:31 -0500
newbie to curl ftp with ssl
I can now connect an list the files that I need to get from the ftp site
running ssl. What do I use in curl to get a file from the site? It is not
"--get". This is the command that I am using below (except I changed things
to cover up the information)
curl -k -v -2 --cacert STUFF_keycert.txt --key STUFF_privkey.txt --pass
STUFFSFTP --user USER:PASSWORD --ftp-ssl --disable-epsv --use-ascii
--ftp-skip-
pasv-ip --get NEEDTHISFILE ftp://stuff.newstull.com:50051
-------------------------------------------------------------------
List admin: http://cool.haxx.se/list/listinfo/curl-users
FAQ: http://curl.haxx.se/docs/faq.html
Etiquette: http://curl.haxx.se/mail/etiquette.html
Received on 2010-05-24