Location:
Search - curl,http
Search list
Description: 支持HTTP/HTTPS/FTP/FTPS/DICT/TELNET/LDAP/FILE 和GOPHER等协议,功能非常强大。可以轻松作出象网络蚂蚁,Flashget那样的下载程序-support HTTP / HTTPS / FTP / FTPS / DICT / TELNET / LDAP / FILE and frustrated gopher such agreement, which is very powerful. As can easily make network ants, Flashget kind of download
Platform: |
Size: 2212799 |
Author: 吴振芳 |
Hits:
Description: Curl库基本应用示例程序,演示了基本的用Curl实现http通信
Platform: |
Size: 1467478 |
Author: changjia |
Hits:
Description: curl可以让你更简单方便地完成http调用
Platform: |
Size: 2634266 |
Author: xw_wali |
Hits:
Description: 支持HTTP/HTTPS/FTP/FTPS/DICT/TELNET/LDAP/FILE 和GOPHER等协议,功能非常强大。可以轻松作出象网络蚂蚁,Flashget那样的下载程序-support HTTP/HTTPS/FTP/FTPS/DICT/TELNET/LDAP/FILE and frustrated gopher such agreement, which is very powerful. As can easily make network ants, Flashget kind of download
Platform: |
Size: 2212864 |
Author: |
Hits:
Description: Curl库基本应用示例程序,演示了基本的用Curl实现http通信-Curl database application example of the basic procedures, demonstration of the basic http realize communication with Curl
Platform: |
Size: 1593344 |
Author: changjia |
Hits:
Description: curl源代码,crul为功能强大的文件传输的命令行工具,支持ftp、http等-curl is a command line tool for transferring files with URL syntax, supporting FTP, FTPS, HTTP, HTTPS, SCP, SFTP, TFTP, TELNET, DICT, LDAP, LDAPS and FILE. curl supports SSL certificates, HTTP POST, HTTP 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.
Platform: |
Size: 250880 |
Author: pilyuxia |
Hits:
Description: curl的作用:curl是一个利用URL语法在命令行方式下工作的文件传输工具。 它支持很多协议:FTP, FTPS, HTTP, HTTPS, GOPHER, TELNET, DICT, FILE 以及 LDAP。curl同样支持HTTPS认证,HTTP POST方法, HTTP PUT方法, FTP上传, kerberos认证, HTTP上传, 代理服务器, cookies, 用户名/密码认证, 下载文件断点续传,上载文件断点续传, http代理服务器管道( proxy tunneling), 甚至它还支持IPv6, socks5代理服务器, 通过http代理服务器上传文件到FTP服务器等等,功能十分强大。原来php默认并不进行此项功能的扩展,但还是有的,只是没有让它生效罢了。打开PHP安装目录,搜索以下三个文件 ssleay32.dll、libeay32.dll和 php_curl.dll,
一一拷贝到系统目录下的system32文件夹下,修改php.ini文件,找到 extension= php_curl.dll行,去掉前面的 号,保存,重启服务器
-php
Platform: |
Size: 2869248 |
Author: zhu |
Hits:
Description: 功能非常强大,可以使用其做出网络爬虫或网络下载工具,里面支持HTTP/HTTPS/FTP/FTPS/DICT/TELNET/LDAP/FILE 和GOPHER等协议。使用时请把结尾的.gz去掉-Very powerful, you can use to make web crawler or web download tool which supports HTTP/HTTPS/FTP/FTPS/DICT/TELNET/LDAP/FILE, and GOPHER, etc. protocol. Please use the end. Gz removed
Platform: |
Size: 2150400 |
Author: 李天 |
Hits:
Description: curl lib 上面开发的一个下载的小程序,能够下载 ftp,http服务器上的资源,同时界面小巧,方便易用。-developed on a curl lib to download a small program that can download ftp, http server resources, while the interface compact, easy to use.
Platform: |
Size: 238592 |
Author: |
Hits:
Description: curl的源代码,对VC\C++在网络服务应用编程的扩展,非常实用,并且还支持断点续传-curl source code for VC \ C++ in the expansion of Web services application programming, very practical, and also support HTTP
Platform: |
Size: 3492864 |
Author: pascale |
Hits:
Description: 这是一个C语言类库,提供URL的下载方法
支持http,ftp,等-class of URL Function
suport htt,ftp..
Platform: |
Size: 2929664 |
Author: wenshuisheng |
Hits:
Description: Curl是Linux下一个很强大的http命令行工具,其功能十分强大。-Curl is a very powerful under Linux http command-line tool, its function is very powerful.
Platform: |
Size: 2337792 |
Author: wensenl |
Hits:
Description: 1) 本接口需要 mcrypt 和 bcmath 两个PHP扩展库的支持,请先确认您安装并启用了这两个库。
如果您是虚拟主机用户,一般主机商都会安装这两个标准库,您可以使用 phpinfo() 函数查看PHP配置信息,如果没有安装,请联系主机商解决。
2) 文件说明:netpaylclient.php 为 chinapay 提供的签名验签函数库文件,lib_curl.php 为 chinapay 提供的实用函数库文件,方便您使用 curl 发送 HTTP 请求(需要curl扩展库支持)
3) 拷贝本示例到服务器任意位置(外网需可访问,否则交易应答无法接收), 虚拟主机用户直接FTP上传即可。
4) 您在本公司申请商户号后,将得到两个后缀名为.key的测试密钥文件,其中以 Mer 开头的为私钥文件,以 Pg 开头的为公钥文件。
把这两个密钥文件放到本演示程序所在目录下(其他位置也可,但需要根据实际位置进行相应配置)
打开 netpayclient_config.php 文件,根据您的实际情况修改 PRI_KEY 和 PUB_KEY 两项。
5) 本演示程序附有详细的注释说明,通常情况下,您直接修改本示例中的程序代码即可轻松完成接入。如您有个性化需求,您可以参照《商户网上支付接入手册》帮助理解。-1) This interface requires mcrypt extensive library of and bcmath two PHP support, make sure you install and enable these two libraries.
If you are a virtual host the user, generally host will install both standard library, you can use the phpinfo () function to view the PHP configuration
Information, if not installed, please contact your host to resolve.
2) files: the library file netpaylclient.php provided for chinapay, signature stamped the, lib_curl.php chinapay
Practical library file, easy to use curl to send HTTP requests (needs curl extension library support)
3) copy this example to the server anywhere (outside the network need to access, otherwise the transaction response can not be received), the virtual host users direct FTP upload
Can.
4) The applicant merchant in the Company, will be two suffix. The key test key file, which Mer at the beginning of the private key file.
Pg at the beginning of the public key file.
These two key files into the directory where th
Platform: |
Size: 283648 |
Author: 王浩 |
Hits:
Description: http 传输协议,可以生成动态库和可执行文件。
ftp协议,可以嵌入到自己的程序中。
Platform: |
Size: 2796544 |
Author: juak |
Hits:
Description: libcurl主要功能就是用不同的协议连接和沟通不同的服务器~也就是相当封装了的sockPHP 支持libcurl(允许你用不同的协议连接和沟通不同的服务器)。, libcurl当前支持http, https, ftp, gopher, telnet, dict, file, 和ldap 协议。libcurl同样支持HTTPS证书授权,HTTP POST, HTTP PUT, FTP 上传(当然你也可以使用PHP的ftp扩展), HTTP基本表单上传,代理,cookies,和用户认证。-libcurl is a free and easy-to-use client-side URL transfer library, supporting DICT, FILE, FTP, FTPS, Gopher, HTTP, HTTPS, IMAP, IMAPS, LDAP, LDAPS, POP3, POP3S, RTMP, RTSP, SCP, SFTP, SMTP, SMTPS, Telnet and TFTP. libcurl supports SSL certificates, HTTP POST, HTTP PUT, FTP uploading, HTTP form based upload, proxies, cookies, user+password authentication (Basic, Digest, NTLM, Negotiate, Kerberos), file transfer resume, http proxy tunneling and more!
Platform: |
Size: 4014080 |
Author: Jimmy |
Hits:
Description: curl的作用:curl是一个利用URL语法在命令行方式下工作的文件传输工具。 它支持很多协议:FTP, FTPS, HTTP, HTTPS, GOPHER, TELNET, DICT, FILE 以及 LDAP。curl同样支持HTTPS认证,HTTP POST方法, HTTP PUT方法, FTP上传, kerberos认证, HTTP上传, 代理服务器, cookies, 用户名/密码认证, 下载文件断点续传,上载文件断点续传, http代理服务器管道( proxy tunneling), 甚至它还支持IPv6, socks5代理服务器, 通过http代理服务器上传文件到FTP服务器等等,功能十分强大。-the role of curl: curl is a URL syntax file transfer tools to work in the command line mode. curl is a file transfer tool using URL syntax in the command line mode work. It supports many protocols: FTP, FTPS, HTTP, HTTPS, GOPHER, TELNET, the DICT, FILE, and an LDAP. curl also supports HTTPS authentication, the HTTP POST method, HTTP PUT, FTP uploading, kerberos authentication, HTTP upload, proxy servers, cookies, username/password authentication, download HTTP, HTTP upload files, http proxy server pipeline (proxy tunneling), and even it also supports IPv6, socks5 proxy server via http proxy server to upload files to an FTP server, and so on, is very powerful.
Platform: |
Size: 17300480 |
Author: 阳光 |
Hits:
Description: curl-7.40.0 版本源码,支持VC6 到VC12的编译,
Curl 支持协定众多的文件传输程序,可下载FTP,HTT,HTTP,GOPHE,TELNET,DICT,FILE,LDAP的文件,还可以上传HTTP POST,HTTP PUT,FTP uploading,HTTP form based upload,proxies,cookies。
编译成 DLL 、LIB 后能极大方便通信程序的开发。-Curl-7.40.0 version of source code, support VC6 to VC12 compiler,
Curl supports many file transfer program agreement, can download FTP, HTT, HTTP, GOPHE, TELNET, DICT, FILE, LDAP files, you can also upload HTTP POST, HTTP PUT, FTP uploading, HTTP form based upload, proxies, cookies.
Compiled DLL, LIB can greatly facilitate the development of the communication program.
Platform: |
Size: 6126592 |
Author: 周海岳 |
Hits:
Description: Libcurl为一个免费开源的,客户端url传输库,支持FTP,FTPS,TFTP,HTTP,HTTPS,GOPHER,TELNET,DICT,FILE和LDAP,跨平台,支持Windows,Unix,Linux等,线程安全,支持Ipv6。并且易于使用-Libcurl is a free open-source client libraries url transmission, supporting FTP, FTPS, TFTP, HTTP, HTTPS, GOPHER, TELNET, DICT, FILE and LDAP, cross-platform support for Windows, Unix, Linux, etc., thread safety, support Ipv6 . And easy to use
Platform: |
Size: 2525184 |
Author: guowei |
Hits:
Description: libcurl 组件,可以通过curl访问http和https协议,是除WININET之外的另一种http协议的访问方案-libcurl component, you can curl visit http and https protocols, in addition to accessing the program WININET another http protocol
Platform: |
Size: 2097152 |
Author: shuxuliang |
Hits:
Description: curl 软件包,可用于配置并行环境,并行编程,OPENMPI(curl supports SSL certificates, HTTP POST, HTTP PUT, FTP uploading, HTTP form based upload, proxies, HTTP/2, cookies, user+password authentication)
Platform: |
Size: 3497984 |
Author: Syue0623
|
Hits: