[파일] proftpd 에서 파일 업로드시 이어올리기 설정..
우선 업로드할 incoming디렉토리가 없다면 만드세요.
#chmod 777 incoming
#chown -R ftp:ftp incoming 도 잊지마시구요.
다음엔 proftpd.conf파일에 다음과같이 수정하시기 바랍니다.
<Directory incoming>
AllowOverwrite on
AllowRetrieveRestart on
AllowStoreRestart on
# <Limit RETR>
# DenyALL
# </Limit>
<Limit STOR MKD>
AllowALL
</Limit>
</Directory>
한번 테스트 해보세요..
1 Response
… [Trackback]
[…] There you can find 87182 additional Info on that Topic: nblog.syszone.co.kr/archives/98 […]