이야기마당/이런저런 이야기
ftp 설정
(gguro)
2008. 3. 7. 16:33
vsftpd 설치
/etc/vsftpd.conf 파일 수정
아래 두 설정의 주석을 없앤다.
# Uncomment this to allow local users to log in.
local_enable=YES
#
# Uncomment this to enable any form of FTP write command.
write_enable=YES
/etc/init.d/vsftpd restart 실행