LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Server (https://www.linuxquestions.org/questions/linux-server-73/)
-   -   Linux vps problem (https://www.linuxquestions.org/questions/linux-server-73/linux-vps-problem-4175440807/)

W!ck3D 12-10-2012 08:21 AM

Linux vps problem
 
Hello people :)
I'm new here with a question. I'm having a Linux ubuntu 11.04 vps.
I've installed vsftpd on it, but I always get 550 permission denied error. Also with root user. I don't understand what I'm doing wrong.
Also,
#Write_enable=YES
Somebody that could help me? Please?
Thanks in advance,
W!ck3D :D

fortran 12-11-2012 01:51 AM

After change in vsftpd.conf, Have you restarted the vsftpd server? using
$ sudo service vsftpd restart

bathory 12-11-2012 05:28 AM

@OP
Quote:

Also with root user. I don't understand what I'm doing wrong.
By default root cannot use ftp for security reasons

Quote:

Also,
#Write_enable=YES
You have to remove the "#" (uncomment the option) if you want your users to have write permissions.

Regards


All times are GMT -5. The time now is 05:36 AM.