Quote:
Originally Posted by Taylor31
HI
I am using Windows OS, and I am just curious to know, is there any possible way to find whether my FTP Port 21 is blocked?

|
Just type this command in the command prompt window
telnet my-domain-name.com 21 . You should follow the same procedure to check whether SMTP port 25 is blocked. For this you just need to type
telnet my-domain-name.com 25 in the command prompt.