Control Web Panel

WebPanel => FTP => Topic started by: subzeros on February 17, 2016, 11:22:03 PM

Title: Problems PureFTPD
Post by: subzeros on February 17, 2016, 11:22:03 PM
Hello,

I have a problem I can not seem to delete my files from filezilla or use the commands on my php .php files: ftp_chmod() ftp_delete()

How to activate its options?

Thank you
Title: Re: Problems PureFTPD
Post by: Administrator on February 18, 2016, 06:15:38 AM
you need to check that the user of account is also the owner of files and that this file as not owned by root or any other user
Title: Re: Problems PureFTPD
Post by: subzeros on February 18, 2016, 08:36:14 AM
Thank you for your reply

I execute chown -R ashkael: ashkael / home / ashkael

ashkael is the owner of its files. But still the same problem
Title: Re: Problems PureFTPD
Post by: Administrator on February 18, 2016, 12:53:08 PM
then  you probably have enabled file system lock in the users control panel, you need to disable it if you want to make changes in public_html folder.
Title: Re: Problems PureFTPD
Post by: subzeros on February 18, 2016, 02:45:23 PM
File System Status: Unlocked and I still have the problem :(
Title: Re: Problems PureFTPD
Post by: Igor S. on February 26, 2016, 10:55:39 AM
Hello.

Try to connect as root via SCP or SSH and remove your files.
I suppose file owner not a user.