L lukemccoy Guest Dec 29, 2007 #1 I've been running Plesk 8.3.1 for a couple months with no problems and now I can't FTP into any of the domains on it. Any ideas?
I've been running Plesk 8.3.1 for a couple months with no problems and now I can't FTP into any of the domains on it. Any ideas?
S Satoriya Guest Jan 1, 2008 #2 Make sure that FTP server is functioning and port 21 is opened. # nmap -p21 -P0 server_name # telnet server_name 21 # netstat -nap | grep 21 Also, check following KBs: http://kb.swsoft.com/en/413 http://kb.swsoft.com/en/1764 http://kb.swsoft.com/en/929
Make sure that FTP server is functioning and port 21 is opened. # nmap -p21 -P0 server_name # telnet server_name 21 # netstat -nap | grep 21 Also, check following KBs: http://kb.swsoft.com/en/413 http://kb.swsoft.com/en/1764 http://kb.swsoft.com/en/929
A Amin Taheri Golden Pleskian Plesk Certified Professional Jan 8, 2008 #3 Make sure your IP is not blocked due to a failed BFD, ossec Shun, etc.