Study Area Facebook粉絲團http://www.facebook.com/sataiwan
0 會員 與 1 訪客 正在閱讀本文。
之後在執行 server xinetd restart後,就可重remote用ftp登入了
然後 service proftpd restart 之後﹐只有﹕Shutting down proftpd: [FAILED]
cat /usr/local/etc/proftpd.conf# This is the ProFTPD configuration fileServerType inetdDefaultServer onAccessGrantMsg "User %u logged in."MaxClients 10Port 21Umask 022MaxInstances 30# Set the user and group that the server normally runs at.User nobodyGroup nobody# Normally, we want files to be overwriteable.<Directory /*> AllowOverwrite on</Directory>
# /etc/rc.d/init.d/proftpd restartShutting down proftpd: [FAILED]Starting proftpd: a.b.c.org - Fatal: Socket operation on non-socketa.b.c.org - (Running from command line? Use `ServerType standalone' in config file!) [FAILED]
記得/etc/xinetd.d/下的proftpd 要指向 in.proftpd這個!!
hi.....2.如果你要使用inetd mode的話,請在/etc/xinetd.d目錄下新增一檔案叫做proftpd,檔案內容如下:
flags = REUSE