Projects tagged ‘c’ and ‘curl’


[7 total ]

629 Users
   

curl is a command line tool for transferring files with URL syntax, supporting FTP, FTPS, TFTP, HTTP, HTTPS, SCP, SFTP, TELNET, DICT, FILE and LDAP. curl supports SSL certificates, HTTP POST, HTTP ... [More] PUT, FTP uploading, HTTP form based upload, proxies, cookies, user+password authentication (Basic, Digest, NTLM, Negotiate, kerberos...), file transfer resume, proxy tunneling and a busload of other useful tricks. [Less]
Created over 3 years ago.

1 Users

Multi-connection command line tool to download Internet sites. Similar to wget and cURL, but it manages up to 50 parallel links. Main features are: recursive fetching, Metalink retrieving, segmented download and image filtering by width and height.
Created 9 months ago.

0 Users

downmp3 is a common line tool for you to easy downloading mp3 from the search engine.
Created about 1 year ago.

0 Users

Introduction:twitcurl is a pure C++ library for twitter APIs. twitcurl uses cURL library for handling HTTP requests and responses. twitcurl has been tested on Microsoft Windows operating systems ... [More] , although it works/should work fine on many other operating systems that has/support cURL. Currently twitcurl has wrappers for following twitter REST APIs: Timeline methods: statuses/public_timeline statuses/friends_timeline statuses/user_timeline statuses/mentions Status methods: statuses/show statuses/update statuses/destroy User methods: users/show statuses/friends statuses/followers Direct Message methods: direct_messages direct_messages/sent direct_messages/new direct_messages/destroy Friendship methods: friendships/create friendships/destroy friendships/show Social Graph methods: friends/ids followers/ids Account methods: account/rate_limit_status Favorite methods: favorites favorites/create favorites/destroy Block methods: blocks/create blocks/destroy Source:twitcurl library source (with Microsoft Visual C++ 6.0 workspace) is available in the repository in "Source" tab. Use SVN or tools like TortoiseSVN (http://tortoisesvn.net/) to check-out and download files. Additionally, the same source in zip format named twitcurl.zip is available in "Downloads" section. Help needed?See wiki section of this project page for information related to building and using twitcul library. Note:twitcurl returns the HTTP responses from twitter.com as it is (i.e. in XML format). You need to have an XML parser such as Xerces (http://xerces.apache.org/xerces-c/) to parse the responses. Example:An example twitter client program using twitcurl as a static library is available in the "Downloads" section. Info:More info on cURL can be found here: http://curl.haxx.se/ More info on twitter REST APIs can be found here: http://apiwiki.twitter.com/Twitter-API-Documentation [Less]
Created 4 months ago.

0 Users

This is a native-code project intended to be useful for installers that need to download files during the installation process. wget and curl are great, but they require an ugly and possibly ... [More] confusing console window to be up in order to display their progress. This tool can get anything curl can get, but displays progress in a small, attractive window that can be customized on the command-line. [Less]
Created 4 months ago.

0 Users

As weired as it may sound , but I dont really remember what this piece of software does , I dont even remember why I wrote it. anyhow , its written in C++ , under linux , using libcurl for the web part.
Created 4 months ago.

0 Users

couchfs is a distributed filesystem using : fuse CouchDB cURL
Created 2 months ago.