• Dear Pleskians! The Plesk Forum will be undergoing scheduled maintenance on Monday, 7th of July, at 9:00 AM UTC. The expected maintenance window is 2 hours.
    Thank you in advance for your patience and understanding on the matter.

Creating FTP Subaccounts

S

svaughan

Guest
Hi,

I'm trying to create a 2nd ftp account for a domain, I'm unsure what the correct procedure is for this - I've created the user manually via Computer Management, given the user full permissions to the vhost\domain.com folder but still can't seem to login.

I keep getting this error:

530 User walkmovedes cannot log in, home directory inaccessible.

I've given the user full access to the domain folder, their also in the MSFTP and psacln groups. The domain also has Unlimited FTP accounts set in the limits.

thanks
 
That is a permissions error, make sure the windows user has permissions to that folder.
 
Try this from the command prompt of the Server:
"%plesk_bin%\ftpmng.exe" --remove-all
"%plesk_bin%\ftpmng.exe" --reconfigure-all
and restart FTP/IIS
 
No need to do that, just fix the permissions on the one folder.
Much easier and simpler, and no need to mess with anyone else :)
 
I've given the user full access to the c:\Inetpub\vhosts\domain.com folder and the account still doesn't work, same error home directory inaccessible
 
Restarted ftp via IIS manager, didn't fix the problem....

The .security file in the domain's root folder, does that control access to the folder?
 
Back
Top