[발생원인]
Users 그룹에 포함된 사용자 계정으로 FTP접근 시도시 아래 오류 발생
530-User cannot log in, home directory inaccessible
이는 아무리 폴더에 권한을 줘도 발생하는 에러이다.
[해결방법]
C:\windows\system32\inetsrv\config\ApplicationHost.config 수정
<location path="FTP사이트명">
<system.ftpServer>
<security>
<authorization>
<add accessType="Allow" users="XXXX" permissions="Read, Write" />
<add accessType="Allow" users="YYYYYY" permissions="Read, Write" />
</authorization>
</security>
</system.ftpServer>
</location
><system.ftpServer>
<security>
<authorization>
<add accessType="Allow" users="XXXX" permissions="Read, Write" />
<add accessType="Allow" users="YYYYYY" permissions="Read, Write" />
</authorization>
</security>
</system.ftpServer>
</location
'IT > Windows' 카테고리의 다른 글
Only secure content is displayed” notification in Internet Explorer 9 or later (0) | 2013.11.06 |
---|---|
IE 세션복구 기능 해제 (0) | 2013.11.03 |
Windows Update Error 80244016, 8024402f, or c80003fa (2) | 2012.06.25 |
IE 세션공유 해제 (0) | 2012.05.04 |
Windows 2008 Server R2 한글 깨짐 (0) | 2012.04.06 |