Re: Dreamweaver gives me a new nightmare :-(
I`ve had similar tonight, with Dreamweaver timing out through FTP.
Unfortunately 2 of the 3 main DNS servers on the net that most servers use aren't responding. The server tries the first DNS server, and waits for it to reply or timeout, then it tries the second and so on. By the time it gets to the third, Dreamweaver has timed out.
I fixed this as I have control of my own server, so switched the working DNS server to the first one in the list to try. If you don't have control of your server or aren't happy changing your server files, then you'll have to get your host to do it.
It may work if you up the timeout limits for FTP in Dreamweaver, Edit -> Preferences and then select Site in the menu on the left hand site. You can also do it through the site definition as well.
For those who run their own servers, if it's linux then edit /etc/resolv.conf and move 207.210.212.202 to the first in the list (this is the only working one out of the 3 at the moment).
|