• 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 access problem

G

GianlucaZ

Guest
I have a domain that I can not publish on the web via ftp.
I created the user for FTP/Microsoft FrontPage Login, but you can not publish the new site with ftp.
I also run Plesk Reconfiguration, deleted domain, recreated, changed the user name of frontpage, but I have not been successful.
I have also created a customer for this domain, but I also removed that. I do not know what to do with this domain.
You can not access with Dreamweaver or other FTP Program Files

Plesk Reconfigurator has finished checking the virtual hosts directory security.
This report uses some security terms, whose definitions can be found in the Windows help.
Below is the list of domains which were checked along with encountered problems (if any):

Started: Monday, February 21, 2011 3:51:14 AM

Checking xxxxxx.xx...
Checking the xxxxxx.xx permissions passed successfully.
Total checked: 1.
Without security problems: 1.
With security problems: 0.


For other domains I have no problems.

PLESK WIN 9.5
WINDOWS WEB SERVER 2008

Best Regards.
 
Can you access the FTP account using an regualr FTP client like FileZilla ? You can try running these commands to reconfigure FTP for the domain

"%plesk_bin%\ftpmng.exe" --remove-vhost --vhost-name=yourdomain.com
"%plesk_bin%\ftpmng.exe" --reconfigure-vhost --vhost-name=yourdomain.com

If its all domains have trouble do

"%plesk_bin%\ftpmng.exe" --remove-all
"%plesk_bin%\ftpmng.exe" --reconfigure-all
 
Can you access the FTP account using an regualr FTP client like FileZilla ?

NO! I also have the problem with filazilla


I run the command on yourdomain.com, but has not solved the problem.

Risposta: 220 Microsoft FTP Service
Comando: USER xxxxxx
Risposta: 331 Password required for xxxxxx.
Comando: PASS *********
Risposta: 530 User xxxxxx cannot log in, home directory inaccessible.

Best regards
 
run it for the whole server

"%plesk_bin%\ftpmng.exe" --remove-all
"%plesk_bin%\ftpmng.exe" --reconfigure-all
 
This command does not create problems on other domains that are good?
 
It won't break anything. I have used it a couple of times already for single domain issues. NOt sure why running the command for a domain won't fix the issue but this one should . Also, it may take 30mins or so to run depanding on how domains you have and how fast your server is.
 
Thanks, it worked. Now I can access and publish the web, but I have another problem with the DNS. I do not always create the zone file and only for that domain. What can I do? I have also created by hand, but what if I upgrade from Plesk DNS records, remove the zone file
Best Regards
 
Ok, I read the post DNS zone is not added in SimpleDNS and now everything works.
Thanks
 
Back
Top