[HELP] - Virtual Hosting With PureFTPd And MySQL

Discussion in 'Server Operation' started by nababan, Mar 22, 2011.

  1. nababan

    nababan New Member

    I have installed pure-ftpd-mysql and configuring them like on this link tutorial:
    http://www.howtoforge.com/pureftpd_mysql_virtual_hosting

    I installed on my VPS account on Debian 6.0 squeeze

    While i try to login via FileZilla it seem problem with login, cannot login, critical error:

    Please help me. Thankyou.
     
  2. nababan

    nababan New Member

    Message on fileZilla

    Code:
    [COLOR="green"]Status:	Connection established, waiting for welcome message...
    Response:	220---------- Welcome to Pure-FTPd [privsep] [TLS] ----------
    Response:	220-You are user number 1 of 50 allowed.
    Response:	220-Local time is now 21:38. Server port: 21.
    Response:	220-This is a private system - No anonymous login
    Response:	220-IPv6 connections are also welcome on this server.
    Response:	220 You will be disconnected after 15 minutes of inactivity.
    Command:	USER exampleuser
    Response:	331 User exampleuser OK. Password required
    Command:	PASS ******[/COLOR]
    [COLOR="Red"]Response:	530 Login authentication failed
    Error:	Critical error
    Error:	Could not connect to server[/COLOR]
    
     
  3. falko

    falko Super Moderator Howtoforge Staff

    Did you try both active and passive transfers in your FTP client?
     
  4. nababan

    nababan New Member

    Code:
    us:~# /etc/init.d/pure-ftpd-mysql restart
    Restarting ftp server: Running: /usr/sbin/pure-ftpd-mysql-virtualchroot -l mysql:/etc/pure-ftpd/db/mysql.conf -l puredb:/etc/pure-ftpd/pureftpd.pdb -l puredb:/etc/pure-ftpd/pureftpd.pdb -Y 1 -S ,21 -C 4 -x -j -O clf:/var/log/pure-ftpd/transfer.log -E -X -u 1000 -P 12.34.56.78 -c 20 -8 UTF-8 -A -p 4500:4600 -R -B
    
     
  5. nababan

    nababan New Member


    I am using this guide: http://www.howtoforge.com/pureftpd_mysql_virtual_hosting

    I don't know about both active and passive transfers in FTP client
    Could you explain to me?

    Sorry, i am just a newbie on UNIX/Linux Debian :)
     
  6. falko

    falko Super Moderator Howtoforge Staff

Share This Page