Displaying 8 results from an estimated 8 matches for "defaultchdir".
2006 Feb 21
0
OT Proftpd stopped authenication for users
...OR>
      DenyAll
    </Limit>
  </Directory>
</Anonymous>
#
##
###
#### NetRS Accounts #####
###
##
#
# Local GPS Accounts (Non VRS)
<Anonymous /var/ftp/pub>
AnonRequirePassword             on
User                            gps
Group                           gps
#DefaultChdir                    /var/ftp/pub/
RequireValidShell               off
<Limit STOR>
  AllowAll
</Limit>
<Limit WRITE>
  AllowAll
</Limit>
</Anonymous>
<Anonymous /var/ftp/gps/gis>
AnonRequirePassword             on
User                            gis
Group...
2005 Feb 16
1
ProFTP -> vsFTP Configuration Options
...ser that I use for uploading
web content. I am thinking I could make the home directory of the webadmin
/var/www in the /etc/passwd file but I would rather it just be for FTP and
leave the login home as /home/webadmin. In ProFTP this was set in
/etc/proftpd.conf like so:
 
DefaultRoot / webadmin
DefaultChdir /var/www webadmin
 
Does anyone know how I can do that? I would like the settings for the other
users to work as they are now. I have been looking at chroot_list_enable,
and chroot_list_file files but I don't think that is quite what I am looking
for (They are both commented out by default)....
2005 Sep 16
1
OT: Proftpd and Iptables
.../var/log/proftpd/access.log WRITE,READ
ExtendedLog                     /var/log/proftpd/auth.log AUTH auth
UseFTPUsers                     off
<Anonymous /var/ftp/pub>
AnonRequirePassword             on
User                            gps
Group                           gps
#DefaultChdir                    /var/ftp/pub/
RequireValidShell               off
<Limit STOR>
  AllowAll
</Limit>
<Limit WRITE>
  AllowAll
</Limit>
</Anonymous>
<Anonymous ~ftp>
User                            ftp
Group                           ftp
AccessGrantMsg...
2005 Sep 13
1
OT: ProFTPD web browser login
...t;%r\" %s"
<Anonymous ~ftp>
  <Limit LOGIN>
    AllowAll
  </Limit>
User                             ftp
Group                             ftp
AccessGrantMsg               "Anonymous login ok, restrictions apply."
UserAlias                       anonymous ftp
DefaultChdir                      /pub
 
  <Limit WRITE SITE_CHMOD>
    DenyAll
  </Limit>
 
    <Limit STOR>
      DenyAll
  </Limit>
 
  <Limit READ>
      AllowAll
  </Limit>
  
</Anonymous>
Thanks,
Ed
2011 Aug 13
1
can't list directories in ftp
...# We want clients to be able to login with "anonymous" as well as "ftp"
    UserAlias			anonymous ftp
    # Limit the maximum number of anonymous logins
    MaxClients			10 "Sorry, max %m users -- try again later"
    # Put the user into /pub right after login
    #DefaultChdir		/pub
    # We want 'welcome.msg' displayed at login, '.message' displayed in
    # each newly chdired directory and tell users to read README* files. 
    DisplayLogin		/welcome.msg
    DisplayChdir		.message
    DisplayReadme		README*
    # Cosmetic option to make all files appe...
2011 Aug 23
0
cant login remotely proftpd
...# We want clients to be able to login with "anonymous" as well as "ftp"
    UserAlias			anonymous ftp
    # Limit the maximum number of anonymous logins
    MaxClients			10 "Sorry, max %m users -- try again later"
    # Put the user into /pub right after login
    #DefaultChdir		/pub
    # We want 'welcome.msg' displayed at login, '.message' displayed in
    # each newly chdired directory and tell users to read README* files. 
    DisplayLogin		/welcome.msg
    DisplayChdir		.message
    DisplayReadme		README*
    # Cosmetic option to make all files appe...
2011 Aug 26
1
mysql authentication in proftpd
...th "anonymous" as well as "ftp"
    UserAlias                        anonymous ftp
    # Limit the maximum number of anonymous logins
    MaxClients                        10 "Sorry, max %m users -- try again later"
    # Put the user into /pub right after login
    #DefaultChdir                /pub
    # We want 'welcome.msg' displayed at login, '.message' displayed in
    # each newly chdired directory and tell users to read README* files. 
    DisplayLogin                /welcome.msg
    DisplayChdir                .message
    DisplayReadme...
2011 Aug 13
1
proftpd can't login locally
...# We want clients to be able to login with "anonymous" as well as "ftp"
    UserAlias			anonymous ftp
    # Limit the maximum number of anonymous logins
    MaxClients			10 "Sorry, max %m users -- try again later"
    # Put the user into /pub right after login
    #DefaultChdir		/pub
    # We want 'welcome.msg' displayed at login, '.message' displayed in
    # each newly chdired directory and tell users to read README* files. 
    DisplayLogin		/welcome.msg
    DisplayChdir		.message
    DisplayReadme		README*
    # Cosmetic option to make all files appe...