How to check the status of ftp port?

 

The port number of ftp is 21.

   If you are using the linux os, just type the following command in the terminal,
          telnet my-domain-name.com 21

   If you are using the windows os,
         1) click start>>run
         2) In the text field, type cmd and press enter
         3) A command line console opens and type the command
             telnet my-domain-name.com 21

   If you are using MAC os
          1) Open the terminal (terminal is located in MAC HD>>Applications>>Utilities)
          2) In terminal type the command
               telnet my-domain-name.com 21

   If the output of this command doesn't contains a welcome message, it indiacates that ftp is blocked.

 

 

  • 26 Els usuaris han Trobat Això Útil
Ha estat útil la resposta?

Articles Relacionats

How to traceroute your domain from your pc ?

If you are using windows machine1. Open Start menu2. Click Run3. Type cmd and press enter4. In...

How to check the connection in linux,windows and mac OSs ?

  1.1) If you are using windows machine, then follow these stepsclick...