Category Archives: util

curl For Windows

* Download curl, e.g. curl-7.53.1.zip, from https://curl.haxx.se/download.html * Extract curl.exe into target directory, e.g. c:\prog\curl * Start using curl C:\prog\curl>curl –help Usage: curl [options…] <url> Options: (H) means HTTP/HTTPS only, (F) means FTP only –anyauth Pick "any" authentication method (H) … Continue reading

Posted in util | Tagged | Comments Off on curl For Windows