1. <var id="fe6gj"></var>

    <rp id="fe6gj"><nav id="fe6gj"></nav></rp>

    <noframes id="fe6gj"><cite id="fe6gj"></cite>

    <ins id="fe6gj"><button id="fe6gj"><p id="fe6gj"></p></button></ins>
    1. <tt id="fe6gj"><i id="fe6gj"><sub id="fe6gj"></sub></i></tt>
        始創于2000年 股票代碼:831685
        咨詢熱線:0371-60135900 注冊有禮 登錄
        • 掛牌上市企業
        • 60秒人工響應
        • 99.99%連通率
        • 7*24h人工
        • 故障100倍補償
        您的位置: 網站首頁 > 幫助中心>文章內容

        用tar包配置高可用性vsftp (下)

        發布時間:  2012/8/14 11:24:50
         三、附目

        1、我的/etc/vsftpd.conf文件的內容

         

        以下為引用的內容:
        [quote:93f3c4a2db]#Exampleconfigfile/etc/vsftpd.conf
        #
        #Thedefaultcompiledinsettingsarefairlyparanoid.Thissamplefile
        #loosensthingsupabit,tomaketheftpdaemonmoreusable.
        #Pleaseseevsftpd.conf.5forallcompiledindefaults.
        #
        #READTHIS:ThisexamplefileisNOTanexhaustivelistofvsftpdoptions.
        #Pleasereadthevsftpd.conf.5manualpagetogetafullideaofvsftpd's
        #capabilities.
        #
        #AllowanonymousFTP?(Beware-allowedbydefaultifyoucommentthisout).
        anonymous_enable=NO
        #
        #Uncommentthistoallowlocaluserstologin.
        local_enable=YES
        #
        #UncommentthistoenableanyformofFTPwritecommand.
        write_enable=YES
        #
        #Defaultumaskforlocalusersis077.Youmaywishtochangethisto022,
        #ifyourusersexpectthat(022isusedbymostotherftpd's)
        local_umask=022
        #
        #UncommentthistoallowtheanonymousFTPusertouploadfiles.Thisonly
        #hasaneffectiftheaboveglobalwriteenableisactivated.Also,youwill
        #obviouslyneedtocreateadirectorywritablebytheFTPuser.
        anon_upload_enable=NO
        #
        #UncommentthisifyouwanttheanonymousFTPusertobeabletocreate
        #newdirectories.
        anon_mkdir_write_enable=NO
        #
        #Activatedirectorymessages-messagesgiventoremoteuserswhenthey
        #gointoacertaindirectory.
        dirmessage_enable=YES
        #
        #Activateloggingofuploads/downloads.
        xferlog_enable=YES
        #
        #MakesurePORTtransferconnectionsoriginatefromport20(ftp-data).
        connect_from_port_20=YES
        #
        #Ifyouwant,youcanarrangeforuploadedanonymousfilestobeownedby
        #adifferentuser.Note!Using"root"foruploadedfilesisnot
        #recommended!
        #chown_uploads=YES
        #chown_username=whoever
        #
        #Youmayoverridewherethelogfilegoesifyoulike.Thedefaultisshown
        #below.
        #xferlog_file=/var/log/vsftpd.log
        #
        #Ifyouwant,youcanhaveyourlogfileinstandardftpdxferlogformat
        #xferlog_std_format=YES
        #
        #Youmaychangethedefaultvaluefortimingoutanidlesession.
        #idle_session_timeout=600
        #
        #Youmaychangethedefaultvaluefortimingoutadataconnection.
        #data_connection_timeout=120
        #
        #Itisrecommendedthatyoudefineonyoursystemauniqueuserwhichthe
        #ftpservercanuseasatotallyisolatedandunprivilegeduser.
        #nopriv_user=ftpsecure
        #
        #EnablethisandtheserverwillrecogniseasynchronousABORrequests.Not
        #recommendedforsecurity(thecodeisnon-trivial).Notenablingit,
        #however,mayconfuseolderFTPclients.
        #async_abor_enable=YES
        #
        #BydefaulttheserverwillpretendtoallowASCIImodebutinfactignore
        #therequest.TurnonthebelowoptionstohavetheserveractuallydoASCII
        #manglingonfileswheninASCIImode.
        #Bewarethatturningonascii_download_enableenablesmaliciousremoteparties
        #toconsumeyourI/Oresources,byissuingthecommand"SIZE/big/file"in
        #ASCIImode.
        #TheseASCIIoptionsaresplitintouploadanddownloadbecauseyoumaywish
        #toenableASCIIuploads(topreventuploadedscriptsetc.frombreaking),
        #withouttheDoSriskofSIZEandASCIIdownloads.ASCIImanglingshouldbe
        #ontheclientanyway..
        ascii_upload_enable=YES
        ascii_download_enable=YES
        #
        #Youmayfullycustomisetheloginbannerstring:
        ftpd_banner=WelcometoServ-UFTPserser.#(一個真實的慌言:em02:)
        #
        #Youmayspecifyafileofdisallowedanonymouse-mailaddresses.Apparently
        #usefulforcombattingcertainDoSattacks.
        #deny_email_enable=YES
        #(defaultfollows)
        #banned_email_file=/etc/vsftpd.banned_emails
        #
        #Youmayspecifyanexplicitlistoflocaluserstochroot()totheirhome
        #directory.Ifchroot_local_userisYES,thenthislistbecomesalistof
        #userstoNOTchroot().
        chroot_list_enable=YES
        #(defaultfollows)
        chroot_list_file=/etc/vsftpd.chroot_list
        #
        #Youmayactivatethe"-R"optiontothebuiltinls.Thisisdisabledby
        #defaulttoavoidremoteusersbeingabletocauseexcessiveI/Oonlarge
        #sites.However,somebrokenFTPclientssuchas"ncftp"and"mirror"assume
        #thepresenceofthe"-R"option,sothereisastrongcaseforenablingit.
        #ls_recurse_enable=YES
        chroot_local_user=YES
        listen_port=2121
        listen=yes
        guest_enable=YES
        guest_username=virtual
        pasv_min_port=30000
        pasv_max_port=30999
        pam_service_name=ftp.vu
        anon_world_readable_only=NO
        user_config_dir=/etc/vsftpd_user_conf[/quote:93f3c4a2db]

         

        2、我的/etc/vsftpd_user_conf/download的內容

        [quote:93f3c4a2db]anon_world_readable_only=NO[/quote:93f3c4a2db]

        3、我的/etc/vsftpd_user_conf/upload的內容

         

        以下為引用的內容:
        [quote:93f3c4a2db]anon_world_readable_only=NO
        write_enable=YES
        anon_upload_enable=YES
        anon_mkdir_write_enable=YES[/quote:93f3c4a2db]

         

        4、我的/etc/vsftpd_user_conf/admin的內容

         

        以下為引用的內容:
        [quote:93f3c4a2db]anon_world_readable_only=NO
        write_enable=YES
        anon_upload_enable=YES
        anon_other_write_enable=YES
        anon_mkdir_write_enable=YES[/quote:93f3c4a2db]

         

        5、自啟動腳本,在/etc/rc.local中加入/usr/local/sbin/vsftpd/etc/vsftpd.conf&


        本文出自:億恩科技【www.endtimedelusion.com】

        服務器租用/服務器托管中國五強!虛擬主機域名注冊頂級提供商!15年品質保障!--億恩科技[ENKJ.COM]

      1. 您可能在找
      2. 億恩北京公司:
      3. 經營性ICP/ISP證:京B2-20150015
      4. 億恩鄭州公司:
      5. 經營性ICP/ISP/IDC證:豫B1.B2-20060070
      6. 億恩南昌公司:
      7. 經營性ICP/ISP證:贛B2-20080012
      8. 服務器/云主機 24小時售后服務電話:0371-60135900
      9. 虛擬主機/智能建站 24小時售后服務電話:0371-60135900
      10. 專注服務器托管17年
        掃掃關注-微信公眾號
        0371-60135900
        Copyright© 1999-2019 ENKJ All Rights Reserved 億恩科技 版權所有  地址:鄭州市高新區翠竹街1號總部企業基地億恩大廈  法律顧問:河南亞太人律師事務所郝建鋒、杜慧月律師   京公網安備41019702002023號
          0
         
         
         
         

        0371-60135900
        7*24小時客服服務熱線

         
         
        av不卡不卡在线观看_最近2018年中文字幕_亚洲欧美一区二区三区_一级A爱做片免费观看国产_日韩在线中文天天更新_伊人中文无码在线