Curl-HowTOs

Curl  : transfer data via simple url

An easy  alternative for below protocol
  1. FTP
  2. FTPS
  3. SCP
  4. SFTP
  5. TFTP
  6. DICT
  7. TELNET
  8. LDAP
  9. FILE
  10. HTTP
  11. HTTPS


No need to use any external software like Filezila or WINSCP for transfer data if curl is available.

Basic syntax of curl command

<HTML><HEAD><meta http-equiv="content-type" content="text/html;charset=utf-8">
<TITLE>301 Moved</TITLE></HEAD><BODY>
<H1>301 Moved</H1>
The document has moved
<A HREF="http://www.google.com/">here</A>.
</BODY></HTML>

No comments: