Login Required. Sign up now -- its free!

Projects tagged ‘curl’ and ‘ftp’


[4 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.

4 Users

PycURL is a Python interface to libcurl. PycURL can be used to fetch objects identified by a URL from a Python program, similar to the urllib Python module. PycURL is mature, very fast, and supports a lot of features.
Created over 2 years ago.

1 Users

Created 12 months ago.

0 Users

CurlKit - Objective C interface for remote file systemsThis project compiles a number of client networking libraries into a re-usable framework called CurlKit for downloading and uploading files from ... [More] remote servers using protocols such as HTTP, FTP and SFTP. The framework can be used directly in your own applications. It's currently in development, and mainly includes support for SFTP connections at the moment. There's more information in the Introduction page. There is a much better project http://code.google.com/p/curlhandle/ which is a fuller implementaton of an Objective-C interface to libcurl. I was going to make this an Objective-C libcurl framework, but decided for the meantime to focus my efforts on basic file transfer protocols first. [Less]
Created 11 months ago.