> Critical file transfer error > 에러 원인 아시나요..ㅠㅠ 정보
> Critical file transfer error > 에러 원인 아시나요..ㅠㅠ
본문
# Example config file /etc/vsftpd.conf
#
# The default compiled in settings are very paranoid. This sample file
# loosens things up a bit, to make the ftp daemon more usable.
#
# Allow anonymous FTP?
anonymous_enable=NO
#
# Uncomment this to allow local users to log in.
# Example config file /etc/vsftpd.conf
#
# The default compiled in settings are very paranoid. This sample file
# loosens things up a bit, to make the ftp daemon more usable.
#
# Allow anonymous FTP?
anonymous_enable=NO
#
# 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
#
# Default umask for local users is 077. You may wish to change this to 022,
# if your users expect that (022 is used by most other ftpd's)
local_umask=022
#
# Uncomment this to allow the anonymous FTP user to upload files. This only
# has an effect if the above global write enable is activated. Also, you will
# obviously need to create a directory writable by the FTP user.
#anon_upload_enable=YES
#
# Uncomment this if you want the anonymous FTP user to be able to create
# new directories.
#anon_mkdir_write_enable=YES
#
# Activate directory messages - messages given to remote users when they
# go into a certain directory.
dirmessage_enable=YES
#
# Activate logging of uploads/downloads.
xferlog_enable=YES
#
# Make sure PORT transfer connections originate from port 20 (ftp-data).
connect_from_port_20=YES
#
# If you want, you can arrange for uploaded anonymous files to be owned by
# a different user. Note! Using "root" for uploaded files is not
잘못된 부분 있나요?
#
# The default compiled in settings are very paranoid. This sample file
# loosens things up a bit, to make the ftp daemon more usable.
#
# Allow anonymous FTP?
anonymous_enable=NO
#
# Uncomment this to allow local users to log in.
# Example config file /etc/vsftpd.conf
#
# The default compiled in settings are very paranoid. This sample file
# loosens things up a bit, to make the ftp daemon more usable.
#
# Allow anonymous FTP?
anonymous_enable=NO
#
# 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
#
# Default umask for local users is 077. You may wish to change this to 022,
# if your users expect that (022 is used by most other ftpd's)
local_umask=022
#
# Uncomment this to allow the anonymous FTP user to upload files. This only
# has an effect if the above global write enable is activated. Also, you will
# obviously need to create a directory writable by the FTP user.
#anon_upload_enable=YES
#
# Uncomment this if you want the anonymous FTP user to be able to create
# new directories.
#anon_mkdir_write_enable=YES
#
# Activate directory messages - messages given to remote users when they
# go into a certain directory.
dirmessage_enable=YES
#
# Activate logging of uploads/downloads.
xferlog_enable=YES
#
# Make sure PORT transfer connections originate from port 20 (ftp-data).
connect_from_port_20=YES
#
# If you want, you can arrange for uploaded anonymous files to be owned by
# a different user. Note! Using "root" for uploaded files is not
잘못된 부분 있나요?
추천
0
0
댓글 5개

케파서버님 아직 해결이 안나신것 같네요...^^;;
Critical file transfer error 의 정확한 에러 로그가 있어야 문제 해결이 됩니다.
550에러인지 530 에러인지등....
대부분의 경우 Critical file transfer error 는 퍼미션 문제와 직결되는데
계정 또는 서버 폴더의 퍼미션을 수정 하셨다면 다시 원상태로 돌려 보시기 바랍니다.
일전에 chroot 또는 jail 을 사용할때 많이 겪었던 문제입니다.
Critical file transfer error 의 정확한 에러 로그가 있어야 문제 해결이 됩니다.
550에러인지 530 에러인지등....
대부분의 경우 Critical file transfer error 는 퍼미션 문제와 직결되는데
계정 또는 서버 폴더의 퍼미션을 수정 하셨다면 다시 원상태로 돌려 보시기 바랍니다.
일전에 chroot 또는 jail 을 사용할때 많이 겪었던 문제입니다.

응답: 553 Could not create file.
오류: Critical file transfer error
이네요.
오류: Critical file transfer error
이네요.

SELinux disable 하셨나요?
#setsebool -P ftp_home_dir 1
#service vsftpd restart
요거 시행해 보세요.
#setsebool -P ftp_home_dir 1
#service vsftpd restart
요거 시행해 보세요.

그런말이 없어요...

쉘 접속 하셔서 시행 하시라는 말씀 입니다.
[root@ ~]#setsebool -P ftp_home_dir 1
[root@ ~]#service vsftpd restart
[root@ ~]#setsebool -P ftp_home_dir 1
[root@ ~]#service vsftpd restart