1
712views
What is a Curl in Computer Networks ? Explain it's Implementation.
1 Answer
| written 3.6 years ago by |
Solution
Curl
Curl is an open source command line tool and library for transferring data with URL syntax, supporting FILE, FTP, FTPS, HTTP, HTTPS, IMAP, IMAPS, LDAP, LDAPS, POP3, POP3S etc.
Curl supports SSL certificates, HTTP POST, HTTP PUT, FTP uploading and more.
It normally displays a progress meter during …