ftp server

10 bejegyzés megtekintése - 1-10 / 31
  • Szerző
    Bejegyzés
  • #1909370
    Ivanhoe
    Felhasználó

      Proftpd szerver, ez benne van az Uhuban, és van hozzá egy gproftpd nevû grafikus konfigoló, ezzel viszont még nem találkoztam az Uhuban.

      Ivanhoe

      #1909371
      Kraszi
      Felhasználó

        Esetleg tudnal egy tipikus config filet adni hozza, A man elegge gyeren magyaraz sana… vagy csak en vagyok keves hozza,

        #1909372
        Kraszi
        Felhasználó

          Na? senki nem csinalt ftp server-t?

          #1909373
          admin
          Adminisztrátor

            holnap reggel beírkálom neked ide a config fájlt … ma már nem ,hulla vagyok….
            na szia!

            áhhh egye fene itt van….tessék…:))) kiment az álom a szemembõl…..:))

            ez egy Debian GNU/Linux 3.0 Woody proftpd config file, de bátran átültethetõ UHU-ra is, ha nem megy dobj fel egy Debiant is…..:)))


            # This is a basic ProFTPD configuration file (rename it to
            # ‘proftpd.conf’ for actual use. It establishes a single server
            # and a single anonymous login. It assumes that you have a user/group
            # „nobody” and „ftp” for normal operation and anon.

            ServerName „Debian”
            ServerType standalone
            DeferWelcome off

            ShowSymlinks on
            MultilineRFC2228 on
            DefaultServer on
            ShowSymlinks on
            AllowOverwrite on

            TimeoutNoTransfer 600
            TimeoutStalled 600
            TimeoutIdle 1200

            DisplayLogin welcome.msg
            DisplayFirstChdir .message
            LsDefaultOptions „-l”

            DenyFilter *.*/

            # Uncomment this if you are using NIS or LDAP to retrieve passwords:
            #PersistentPasswd off

            # Port 21 is the standard FTP port.
            Port 21

            # To prevent DoS attacks, set the maximum number of child processes
            # to 30. If you need to allow more than 30 concurrent connections
            # at once, simply increase this value. Note that this ONLY works
            # in standalone mode, in inetd mode you should use an inetd server
            # that allows you to limit maximum number of processes per service
            # (such as xinetd)
            MaxInstances 30

            # Set the user and group that the server normally runs at.
            User nobody
            Group nogroup

            # Normally, we want files to be overwriteable.

            # Umask 022 is a good standard umask to prevent new files and dirs
            # (second parm) from being group and world writable.
            Umask 022 022

            AllowOverwrite on

            # A basic anonymous configuration, no upload directories.

            User ftp
            Group nogroup
            # We want clients to be able to login with „anonymous” as well as „ftp”
            UserAlias anonymous ftp

            RequireValidShell off

            # Limit the maximum number of anonymous logins
            MaxClients 10

            # We want ‘welcome.msg’ displayed at login, and ‘.message’ displayed
            # in each newly chdired directory.
            DisplayLogin welcome.msg
            DisplayFirstChdir .message

            # Limit WRITE everywhere in the anonymous chroot

            AllowAll

            # Uncomment this if you’re brave.
            #
            # # Umask 022 is a good standard umask to prevent new files and dirs
            # # (second parm) from being group and world writable.
            # Umask 022 022
            #
            # DenyAll
            #
            #
            # AllowAll
            #
            #


            #1909374
            Kraszi
            Felhasználó

              A kov kerdesem az lenne, hogy hogyan lehet enki megadni, hogy mit erjen el? vagy csak aza dott felhasznalo home konyvtaraba betett linekkkel lehet szabalyozni a megosztott anyagokat? Esetleg a jogosultsagokkal, hogy mit lasson, mit ne?

              #1909375
              admin
              Adminisztrátor

                GProFTPD -t nézted?

                http://mange.dynup.net/linux.html

                #1909376
                admin
                Adminisztrátor

                  Sziasztok
                  Az érdekelne, hogy ha deb csomagból telepítem a programot, akkor miért nem indul el és miért írja ki azt, hogy szegmentálási hiba?
                  Igaz, hogy amikor telepítem, azt írja ki, hogy bizonyos fájlok hiányoznak, pedig mindegyik megvan.
                  Próbáltam forrásból telepíteni, akkor se mûködik tökéletesen, hiányzik neki valami proftpd.scoreboard nevû valami.
                  Teljesen tanácstalan vagyok, nektek hogy sikerült telepíteni?
                  Ja, uhulinux 1.0 van.
                  Köszi a segítséget
                  bocce

                  #1909377
                  admin
                  Adminisztrátor

                    vagy .uhu csomagból telepíts, vagy forrásból

                    #1909378
                    admin
                    Adminisztrátor

                      próbáltam forrássból, de úgy sem sikerült
                      ugye volt ./configure, make, make install
                      aztán jöttek a hibák amikor elindítottam

                      van .uhu-s csomag, ha igen hol tudom letölteni

                      köszi

                      bocce

                      #1909379
                      admin
                      Adminisztrátor

                        próbáltam forrássból, de úgy sem sikerült
                        ugye volt ./configure, make, make install
                        aztán jöttek a hibák amikor elindítottam

                        van .uhu-s csomag, ha igen hol tudom letölteni

                        köszi

                        bocce

                        na ja… azt elfelejtettem írni, a gproftpd az /usr/local alatt keres mindent, azaz pl. a proftpd.conf-ot az /usr/local/etc alatt, pedig az az /etc alatt van… amit hiányol, azt vagy átmásolod oda, ahol keresi, vagy csinálsz rá symlink-et 🙂
                        én épp emiatt szedtem le
                        de proftpd.scoreboard-ra nem emlékszem…
                        ja, ebbõl én sem találtam uhu csomit

                      10 bejegyzés megtekintése - 1-10 / 31
                      • Be kell jelentkezni a hozzászóláshoz.