Linux PUREFTPD hint 553 and 530 error problem resolution

Source: Internet
Author: User
Tags ftp connection

One, PUREFTPD hint 553 error

After the LNMP installation pureftpd succeeded, the FTP connection prompts the following error:

We can try to restart PUREFTPD to see if we can solve this problem.

The code is as follows Copy Code

1, restart PUREFTPD

/ROOT/PUREFTPD restart

2, in stopping pure-ftpd found that a word

Cat:/var/run/pure-ftpd.pid:no such file or directory

(it is said to be a script error)

3, again with the command to check the process of PUREFTPD:

Ps-ef | grep Pure

4, see the corresponding code, with the command to manually end the process:

Kill-9 17526 (The process number you see)

5, again with the command to check whether the process of pureftpd to the end:

Ps-ef | grep Pure

6, finally, reboot once pureftp:

/ROOT/PUREFTPD start

Two, PUREFTPD hint 530 error

LNMP environment, PUREFTPD upload file encountered 553 error, prompted ———— "cannot open that file: Permission denied".
Solution:
Login to PUREFTPD Web admin panel, such as the following, modify UID and GID are www:

And then

Chown www:www-r/home/wwwroot/Domain name folder/

Then restart the PUREFTPD command:
/ETC/INIT.D/PUREFTPD restart

If the LNMP under the WordPress can not upload pictures, upgrade the installation theme or plug-ins need to fill in the FTP information:

The code is as follows Copy Code

Chown-r www/home/wwwroot/Domain name folder/

Chgrp-r www/home/wwwroot/Domain name folder/

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.