Control Web Panel

WebPanel => FTP => Topic started by: Laur on January 14, 2016, 06:44:28 PM

Title: Where are saved FTP accounts?
Post by: Laur on January 14, 2016, 06:44:28 PM
I want to edit path of FTP accounts, where are they saved? in SQL Database? where?

Thanks.
Title: Re: Where are saved FTP accounts?
Post by: pedromidiasf on January 29, 2016, 11:33:37 PM
Pure-FTPd is the one managing them

Process this SSH code:
Code: [Select]
pure-pw list
Or open the file:
/etc/pure-ftpd/pureftpd.passwd
Title: Re: Where are saved FTP accounts?
Post by: Laur on February 17, 2016, 10:36:40 AM
Thank you, but how I can to add a root FTP account with home / ?

I tried :
root@mydomain.com:$1$zNJCjic0$zHFjn./mMYrYHS2O49YV5/:0:0::/::::::::::::

but it's point to mydomain.com home directory : /home/mydomain.com/

Thank you.
Title: Re: Where are saved FTP accounts?
Post by: pedromidiasf on February 25, 2016, 12:05:20 PM
You already have it, you don't need to do that, it's the same CWP root login.
If FTP is not working, try SFTP (whit SSH port instead port 21)
Title: Re: Where are saved FTP accounts?
Post by: Igor S. on February 26, 2016, 10:53:58 AM
Hi,

or, if you want to use the root user for connection, use WinSCP or sFTP. Username will be 'root' (without domain)