curl – POFTUT

How To Use Curl with HTTPS Protocol and URLS?

Curl is a command line tool and library which implements protocols like HTTP, HTTPS, FTP etc. Curl also supports HTTPS protocol which is secure version of the HTTP. Using curl may create some problems. We will examine how to solve these curl HTTPS related problems. Install Curl We will start with the installation of the … Read more

How To Get Linux Network IP Address In Different Ways ?

We can determine Linux system IP address in different ways. IP address is used to communicate over network and can be get and set in different ways. In this tutorial we will use Ubuntu distribution but given examples and commands will work for all of the different Linux distribution like Fedora, CentOS, Debian, Kali, Mint, … Read more

How To Ping Specified Port Number?

How To Ping Specified Port Number?

Ping is a very popular term used by the system or network administrators. Ping means checking the given remote system whether it is up. A ping is a simple tool which uses ICMP protocol to check remote host. Some times ping port can be used with similar intentions. In this tutorial, we will look at … Read more

Curl Post Data From Terminal with Examples

Curl Post Data From Terminal with Examples

curl is a useful tool used to create HTTP, HTTPS, FTP, … and similar protocol requests from the command line. This provides us the ability to simulate web browser behavior or similar application logic without a GUI. In this tutorial, we will look at different use cases for curl POST and JSON. For more information about curl can … Read more

How To Download and Install Wget For Windows?

wget is used to download files over a network with different protocols. wget can be get from most of the Linux distributions with their respective package manager. But in windows, we need to get and install wget manually. In this tutorial, we will look at how to download, install and setup wget for windows operating systems like 7, … Read more

Wget Command Tutorial

Linux provides different tools to download files via different types of protocols like HTTP, FTP, HTTPS, etc. wget is the most popular tool used to download files via a command-line interface. Wget is supported by Linux, BSD, Windows, MacOSX. Wget has a rich feature set some of them can be listed Resume downloads Multiple file download … Read more

Linux curl Command Tutorial

Simply curl or command-line tool and library for transferring data with URLs. curl provides a wide range of support to download files and folders with a command-line interface. curl can be used with a lot of different types of protocols. Below are the protocols currently supported by the curl. DICT FILE FTP/FTPS Gopher HTTP HTTPS … Read more