• Our team is looking to connect with folks who use email services provided by Plesk, or a premium service. If you'd like to be part of the discovery process and share your experiences, we invite you to complete this short screening survey. If your responses match the persona we are looking for, you'll receive a link to schedule a call at your convenience. We look forward to hearing from you!
  • The BIND DNS server has already been deprecated and removed from Plesk for Windows.
    If a Plesk for Windows server is still using BIND, the upgrade to Plesk Obsidian 18.0.70 will be unavailable until the administrator switches the DNS server to Microsoft DNS. We strongly recommend transitioning to Microsoft DNS within the next 6 weeks, before the Plesk 18.0.70 release.
  • The Horde component is removed from Plesk Installer. We recommend switching to another webmail software supported in Plesk.

FTP Problem

P

P-jimmy

Guest
I am having an FTP problem. While the server will resolve using
ping ftp.mydomain.com. This is my main domain I will be using for hosting other domains....

When I try to test my settings within Dreamweaver 8 it "Can not make connection to host". I have tried using /httpdocs as the host directory and just blank as some sites have recommended, the non-shared IP address, the IP address with a FTP. in front of it just mydomain.com and them FTP.mydomain.com.

Also when I try to access mydomain.com/plesk-stat/
(Which i think is supposed to use the FTP login/password)
It will not recognise ANY login/password I set.
What seems to be the issue?
 
all ftp traffic should be getting redirected to the same place on the server -- so you could just use the IP address in dreamweaver.

so:

FTP Host: xxx.xxx.xxx.xxx (don't use "ftp" in front -- just the IP address)
host directory: /httpdocs/ (you could leave this blank)
login -- is the username for the particular domain you're trying to log into -- make sure you have the right username and password by resetting it.
password -- you get the idea.

if it's still not working, you might have to check the FTP log in dreamweaver (as it's default error message of "can not make connection to host" is rather vague). You might also need to try command-line ftp, or an FTP program that will give you a more detailed error.
 
Back
Top