본문 바로가기

os/리눅스

FTP 550: Permission Denied




FTP 550: Permission Denied



solution:
1. 
$vi /etc/vsftpd.conf 
allow_writeable_chroot=YES

 or 

write_enable=YES


2. $sudo service vsftpd restart 



if don't work?
That folder add attribution to root

$ sudo chmod -R 777 FOLDERNAME


DONE!