> Buenas, pase del wu-ftp al Proftp, no encuentro como hacer que cuando un > usuario se conecta quede dentro de su directorio y no pueda ir hacia atras > en el arbo.
> Con el wu-ftp poniendo restricted-uid lo lograba, pero con Proftp no tengo > idea. > Alguien sabe como hacerlo? > Ademas necesito que cuando el usuario se conecta al ftp pueda navegar por un > directorio que en realidad es un enlace simbolico a otro directorio > Salu2 > Ricardo ~~ DefaultRoot ~ !ftpuser con eso quedaria dentro del directorio donde se inicia DefaultRoot [ directory [group-expression]] Default DefaultRoot / Context server config, <VirtualHost>, <Global> Module mod_auth Compatibility 0.99.0pl7 and later Description The DefaultRoot directive controls the default root directory assigned to a user upon login. If DefaultRoot is set to a directory other than "/", a chroot operation is performed immediately after a client authenticates. This can be used to effectively isolate the client from a portion of the host system filespace. The specified root directory must begin with a / or can be the magic character '~'; meaning that the client is chroot jailed into their home directory. If the DefaultRoot directive specifies a directory which disallows access to the logged-in user's home directory, the user's current working directory after login is set to the DefaultRoot instead of their normal home directory. DefaultRoot cannot be used in <Anonymous> configuration blocks, as the <Anonymous> directive explicitly contains a root directory used for Anonymous logins. The special character '~' is replaced with the authenticating user's home directory immediately after login. Note that the default root may be a subdirectory of the home directory, such as "~/anon-ftp". The optional group-expression argument can be used to restrict the DefaultRoot directive to a unix group, groups or subset of groups. The expression takes the format: [!]group-name1[,[!]group-name2[,...]]. The expression is parsed in a logical boolean AND fashion, such that each member of the expression must evaluate to logically TRUE in order for the DefaultRoot directive to apply. The special character '!' is used to negate group membership. Care should be taken when using DefaultRoot. Chroot "jails" should not be used as methods for implementing general system security as there are potentially ways that a user can "escape" the jail. ~~ lucas [EMAIL PROTECTED]
