| | | Forum Newbie
       
Group: Forum Members Last Login: 8/11/2008 2:06:19 PM Posts: 3, Visits: 3 |
| Hi everyone,
I have version 5 installed in a server. Since I don't want users logged in to have their "user folder", I have disabled the automatic creation of user folders. I have folders for each user to access. But whenever a user logs in without specifying one of these folders, they get a 550:Folder Not Found error (the user directory does not exist, of course!). Now, from what I understood, when a user does not have a user directory, they get logged on to the root directory automatically, so they should never get the Folder Not Found error. I even forced the option to log the user to the root directory, but they still get that error.
Any ideas of what I am doing wrong?
Is there a way to configure the user directory programatically? I use an external MSSQL database but the user directory is not amoung the field list for external databases.
Thanks |
| | | | Junior Member
       
Group: Forum Members Last Login: 8/13/2008 3:02:28 AM Posts: 10, Visits: 9 |
| | do the users have permissions to read and list the root directory? |
| | | | Forum Newbie
       
Group: Forum Members Last Login: 8/11/2008 2:06:19 PM Posts: 3, Visits: 3 |
| peteoc (8/8/2008) do the users have permissions to read and list the root directory?
Hi, thanks for the reply. They have access to the SERVER root directory. But the USER DIRECTORY in the user properties does not exist. |
| | | | 
Junior Member
       
Group: Ipswitch Employees Last Login: 8/15/2008 6:23:40 AM Posts: 14, Visits: 29 |
| | What is the exact version of Server 5 you are running? What client are you testing with? If you have the users set to login to their home folder and that folder does not exist (as is the case when you removed the option to auto create home folders) you will get the 'folder not found' error. You will have to manually update the user's home folder setting to point to a valid folder. This can be done in the server console, or in the registry at: HKEY_LOCAL_MACHINE\SOFTWARE\Ipswitch\iFtpSvc\Domains\YOUR_HOSTNAME\Users\USERNAME If you set the host to login users to Root, you will need to make sure (as was posted above) that you have given the users permission to the root of the FTP server. If you still have trouble, please add a log from the FTP client you are testing with so I can see the communication that is happening.
Carey |
| | | | Forum Newbie
       
Group: Forum Members Last Login: 8/11/2008 2:06:19 PM Posts: 3, Visits: 3 |
| Thank you for your reply. You are spot on.
The Server Manager says 5.05. Is that the same as the server version?
You are right, since the user folder does not exist (not created), I get that error. Now, is there any way to modify this programatically using the server's API? Or do I have to write a program to do this directly in the registry?
Best regards |
| |
|
|