Hi, Curl is a tool to transfer data from or to a server, using one of the supported protocols (HTTP, HTTPS, FTP, FTPS, TFTP, DICT, TELNET, LDAP or FILE). The command is designed to work without user interaction.
Have you used it to develop transfer files between one sever and another? Now, I download the Perl module WWW-Curl-3.02 for developing a cgi program, It alters me some errors while I install the cpan module. It tells me as list below. I try to copy the curl.h downloaded from the internet into the install directory, it works nothing. Can anybody tell me how to solve it. //**************** The Makefile.PL script will try to use the 'curl-config' command to find the correct headers and libcurl path. If curl.h can't be found, either through curl-config or the internal list of guesses, you can specify an explicit path when building the Makefile: perl Makefile.PL /home/foo/curl/include //******************