Author Topic: FTP Login  (Read 51552 times)

0 Members and 1 Guest are viewing this topic.

Offline
*
Re: FTP Login
« Reply #15 on: November 01, 2014, 10:10:25 PM »
I just installed a fresh copy on a new server.  Setup a bunch of accounts in the Admin - unless the user is created with shell access it won't connect to via FTP or SFTP.

ERROR
421 Unable to read the indexed puredb file (or old format detected) - Try pure-pw mkdb

I only run this control panel on my local testing machine.  So, giving shell access to the accounts I create isn't a problem.

It would be great to have the ability to setup FTP accounts in the admin panel.
« Last Edit: November 01, 2014, 10:14:53 PM by fuzoos »

Offline
*
Re: FTP Login
« Reply #16 on: November 02, 2014, 03:50:11 AM »
SFTP requires shell access
FTP requires user account created or within users panel you can create a Virtual FTP user accounts.
AntiDDoS Protection (web + mail)
http://centos-webpanel.com/website-ddos-protection-proxy

Join our Development Team and get paid !
http://centos-webpanel.com/develope-modules-for-cwp


Services Monitoring & RBL Monitoring
http://centos-webpanel.com/services-monitor


Do you need Fast and FREE Support included for your CWP linux server?
http://centos-webpanel.com/noc-partner-list
Installation Instructions
http://centos-webpanel.com/installation-instructions
Get Fast Support Here
http://centos-webpanel.com/support-services

Offline
*
Re: FTP Login
« Reply #17 on: November 04, 2014, 03:13:26 PM »
is there a clear answer to solve this problem
give shell access solves nothing
I do not know where I can create an ftp account in CWP
thanks
Francois

Offline
*
Re: FTP Login
« Reply #18 on: November 04, 2014, 06:50:41 PM »
Quote
SFTP requires shell access
FTP requires user account created or within users panel you can create a Virtual FTP user accounts.
you have all informations in the previous answer

If you need FTP then all you need is to create a new account, if you need additional accounts then from the users panel you can create additional accounts!
AntiDDoS Protection (web + mail)
http://centos-webpanel.com/website-ddos-protection-proxy

Join our Development Team and get paid !
http://centos-webpanel.com/develope-modules-for-cwp


Services Monitoring & RBL Monitoring
http://centos-webpanel.com/services-monitor


Do you need Fast and FREE Support included for your CWP linux server?
http://centos-webpanel.com/noc-partner-list
Installation Instructions
http://centos-webpanel.com/installation-instructions
Get Fast Support Here
http://centos-webpanel.com/support-services

Offline
*
Re: FTP Login
« Reply #19 on: November 04, 2014, 08:01:13 PM »
This post has been viewed more than 400 times, so I'm not the only one to have lost  time on a problem that should not exist.
To solve, create an FTP account on the user, but another pb come, you can not create a folder at the same level as public_html, practical in many cases...
The solution back to the first reflex, connect FTP directly to the user account and then, like a miracle the connection is established without pb. After, you can then connect to any user without the need to create additional FTP account.

I thank the developers for this interface, but do not try to compete with Cpanel or Plesk which I think are a little too heavy to manage sites. Facilitate security, implementation and daily functioning as backups and more jobs is a general need.

Thanks
Francois

Offline
*
Re: FTP Login
« Reply #20 on: November 05, 2014, 12:39:47 AM »
issue with ftp was fixed in the previous versions, its related with the virtual users database and if you are experiencing this issue, adding one virtual user will fix it again.

AntiDDoS Protection (web + mail)
http://centos-webpanel.com/website-ddos-protection-proxy

Join our Development Team and get paid !
http://centos-webpanel.com/develope-modules-for-cwp


Services Monitoring & RBL Monitoring
http://centos-webpanel.com/services-monitor


Do you need Fast and FREE Support included for your CWP linux server?
http://centos-webpanel.com/noc-partner-list
Installation Instructions
http://centos-webpanel.com/installation-instructions
Get Fast Support Here
http://centos-webpanel.com/support-services

Offline
*
Re: FTP Login
« Reply #21 on: November 09, 2014, 09:40:06 PM »
The only difference in /etc/pure-ftpd/pure-ftpd.conf between yum remove / yum install and the original install is that the line in the latter:
Code: [Select]
PureDB /etc/pure-ftpd/pureftpd.pdbis commented out in the former:
Code: [Select]
PureDB /etc/pure-ftpd/pureftpd.pdb.

The actual line in the original web installer that did it is:
Code: [Select]
sed -i 's|.*pureftpd.pdb.*|PureDB /etc/pure-ftpd/pureftpd.pdb|g' /etc/pure-ftpd/pure-ftpd.conf
But this can remain so and the creation of one FTP user in a domain will set right the password table. There appears to be no separate MySQL database associated with the PureFTPd. Possibly it will use the regular user table in the root_cwp db itself or from a file containing virtual users.

The two files pureftpd.passwd and pureftpd.pdb get created in the /etc/pure-ftpd folder in the correct format now.

root user by default cannot FTP but can SFTP.
« Last Edit: November 09, 2014, 09:55:15 PM by apmuthu »

Offline
**
Re: FTP Login
« Reply #22 on: March 06, 2015, 11:45:17 PM »
Same error:  421 Unable to read the indexed puredb file (or old format detected) - Try pure-pw mkdb

On all created user accounts.

EDIT:  I restarted the FTP server and is now working properly. For every new account i'm restart ftp server and its work.  o.O
« Last Edit: March 06, 2015, 11:55:28 PM by Gogo »

Offline
***
Re: FTP Login
« Reply #23 on: July 05, 2015, 02:36:13 PM »
Filezilla question.

When you create a new user for example newuser@myhost.com, how do you set up filezilla?

Hostname=
user =

thanks

Offline
*
Re: FTP Login
« Reply #24 on: July 05, 2015, 09:20:21 PM »
AntiDDoS Protection (web + mail)
http://centos-webpanel.com/website-ddos-protection-proxy

Join our Development Team and get paid !
http://centos-webpanel.com/develope-modules-for-cwp


Services Monitoring & RBL Monitoring
http://centos-webpanel.com/services-monitor


Do you need Fast and FREE Support included for your CWP linux server?
http://centos-webpanel.com/noc-partner-list
Installation Instructions
http://centos-webpanel.com/installation-instructions
Get Fast Support Here
http://centos-webpanel.com/support-services

Offline
***
Re: FTP Login
« Reply #25 on: July 06, 2015, 09:37:53 AM »
I would like to use filezilla to upload files not file manager.

Thanks.