Új hozzászólás Aktív témák

  • sztanozs

    veterán

    válasz soldi3r #19590 üzenetére

    biztos nem root user, arra semilyen jogosultság mellett nincs korlátozás. a kamera ftp userrel lép be, vagy anonymous ftp kell neki?

    Anonymous Login
    Disabled by default, the anonymous user is mapped to the system user ftp and nogroup. There is no write access for anonymous and this is configured in the /etc/proftpd/proftpd.conf file and cannot be changed as is hard coded into the default configuration script of the server. In this case there is no environmental variable to change that behaviour:
    <Anonymous ~ftp>
      User ftp
      Group nogroup
      UserAlias anonymous ftp
      DirFakeUser on ftp
      DirFakeGroup on ftp
      RequireValidShell off
      <Directory *>
        HideFiles (welcome.msg)
        HideNoAccess on
        <Limit WRITE>
          DenyAll
        </Limit>
      </Directory>
    </Anonymous>

Új hozzászólás Aktív témák