1. Question:What is CURL? 

    Answer
    CURL means Client URL Library 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), file transfer resume, proxy tunneling and a busload of other useful tricks. 
    
    CURL allows you to connect and communicate to many different types of servers with many different types of proto
    cols. libcurl currently supports the http, https, ftp, gopher, telnet, dict, file, and ldap protocols. libcurl also supports HTTPS certificates, HTTP POST, HTTP PUT, FTP uploading (this can also be done with PHPs ftp extension), HTTP form based upload, proxies, cookies, and user+password authentication

    1. Report
Copyright © 2024. Powered by Intellect Software Ltd