Translate the description to your language and send via web-form.
FtpServer is an ftp daemon for OS/2. Of course you could always use the ftpd that comes packaged with Warp Connect and later versions, but this one has better security controls, together with extra features such as symbolic links.
When you set up a user's access permissions for FtpServer, you do it in such a way that the user doesn't see physical drive and directory names. The user simply sees a directory tree whose root is called '/'. You, the system manager, will have mapped that '/' to a physical location (usually a different location for each user), but the user doesn't know about that.
In the simplest case, the user then has access to that directory and all of its subdirectories, and nothing else. If you want a more complicated arrangement, you can set up links in such a way that the user's directory tree crosses over to other physical drives or directories. You can also make some of the directories invisible.
Each directory that the user can reach has a set of permissions attached to it: visible, read, write, delete, rename. That means that you have control on what actions are possible in each directory. Indeed, you can also apply those permissions to named files if you need that detailed a control.
Other features of FtpServer include
* You can place restrictions on which IP addresses may access the server
* You can restrict multiple simultaneous logins from the same address
* You can put transfer speed limits on some or all clients
* You can make it work from behind a firewall
|