News Feed
Jobs Feed
Sections




News Archive
PHPBuilder.com:
Transfer Data via Multiple Protocols with Libcurl
September 19, 2011 @ 12:03:23

On PHPBuilder.com today there's a new tutorial showing how to use libcurl to communicate with multiple protocols like FTP, HTTP, HTTPS, SMTP and STMPS. The libcurl library that can be compiled in or installed as a shared module in your PHP install to provide enhanced networking abilities.

As I wrote in my PHP multithreading with cURL article, the 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. PHP supports the libcurl library which allows you to connect and communicate to many different types of servers with many different types of protocols.

The tutorial focuses on two different types of connections (well, four really) - FTP/FTPS and HTTP/HTTPS - and how to transfer data across each. Some code is included to create a (procedural) tool to send an uploaded file to a remote site.

0 comments voice your opinion now!
tutorial libcurl ftp ftps http https networking multiple protocol


blog comments powered by Disqus

Similar Posts

DevShed: More Examples of Creating Command Objects with PHP 5

PHPMaster.com: Adding Text Watermarks with Imagick

DevShed: Completing a Blogging Application with the Code Igniter PHP Framework

NetTuts.com: How to Write Code That Embraces Change

Fabien Potencier's Blog: Create your own framework... on top of the Symfony2 Components (part 10)


Community Events











Don't see your event here?
Let us know!


language podcast release functional api zendframework2 database example interview development framework testing opinion composer phpunit series application code introduction community

All content copyright, 2013 PHPDeveloper.org :: info@phpdeveloper.org - Powered by the Solar PHP Framework