DefaultChdir
Name
DefaultChdir -- Set starting directory for FTP sessions
Synopsis
DefaultChdir [ directory [group-expression]]
Default
~
Context
server config, <VirtualHost>, <Anonymous>, <Global>
Module
mod_auth
Compatibility
1.2.0pre2 and later
Description
Determines the directory a user is placed in after logging in.
By default, the user is put in their home directory. The specified
directory can be relative to the user's home directory.
NOTE: if the specified directory is not available
the user will not be able to log in.