I would like to create an FTP Folder that has a password for the Users who will up/download file there. How do I set a new folder, for FTP, the users for the permission to FTP to the folder?
Thanks again,
JB
|
I would like to create an FTP Folder that has a password for the Users who will up/download file there. How do I set a new folder, for FTP, the users for the permission to FTP to the folder? Thanks again, JB |
I have set the Virtuals ones
/group/ ftproot/
How do I set physical path?
c:/path/to/folder
So, I set the group rights?
Unfortunately, it's impossible. Passwords are assigned to users, not to folders. But you can grant access to this folder for multiple users or for special user group.
Example 1:
No special virtual folders assigned, the directory tree is: ftproot\ ftproot\user\ ftproot\group\
Access rights to be granted: ftproot\user\ username 31 \ all rights ftproot\group\ usergroupname 2 \ for upload only
Example 2:
Special virtual folders:
/group/ d:\ftp\group\
/user/ d:\ftp\user\
Access rights to be granted: d:\ftp\user\ username 31 \ all rights d:\ftp\group\ usergroupname 2 \ for upload only
Folders named in access rights list must match to ones that mapped to virtual folders otherwise Eserv can't assign rights properly.