>> Edit article
이름
제목
패스워드
와우7.0을 사용하고 있습니다... proftp가 설치가 되어 있는데 내,외부에서 접속이 잘되는데(리룩스.윈도) anonymous로 브라우저로(넷스,IE)접속을 하면 proftp의 기본 디렉토리인 (/var/ftp)/pub , uploads 이두 디렉토리를 열수가 없네요... 그러니까 브라우저로 접속을 하면 pub ,uploads 두 폴더가 있는데 이게 열려야 안에 파일을 보든지 어떻게 하든지 하는데 이게 열리지가 않는군요...(연습하려고 파일을 만들어 두었는데 볼수가 없군요..) 두폴더다 퍼미션은 755로 되어 있는데 클릭을 하면 "상위 디렉토리"라는 링크만 나오고 열리지를 않는데 초보 답답하네요... 검색을 해봐도 이런 경우가 없던데........ 아래는 저의 proftpd.conf 의 내용입니다... 보시고 답변 좀 주십시요...(붙여넣기했더니 약간 짤리네요..) erverName "ProFTPD Default Installation-WOW" ServerType inetd DefaultServer on Port 21 Umask 022 MaxInstances 30 User nobody Group nobody UseReverseDNS off IdentLookups off AuthPAMAuthoritative on RootLogin off <Directory /*> AllowOverwrite on </Directory> <Anonymous ~ftp> User ftp Group ftp UserAlias anonymous ftp MaxClients 10 "Sorry, maxium users %m -- try again later" MaxClientsPerHost 1 "Sorry, Allow only one client for host" DisplayLogin welcome.msg DisplayFirstChdir .message RequireValidShell off HideUser root # Anonymous's Uploads Directory <Directory uploads/*> AllowOverwrite on AllowRetrieveRestart on AllowStoreRestart on <Limit DELE RMD> DenyAll </Limit> <Limit READ STOR MDK> AllowAll </Limit> </Directory> #Anonymous's Public Directory <Directory pub/*> <Limit READ> AllowAll </Limit> <Limit STOR DELE RMD MKD> DenyAll </Limit> </Directory> </Anonymous>
Copyleft
1999-2026 by
JSBoard Open Project
Theme Designed by
IDOO
All right reserved