Results 1 to 4 of 4

Thread: vsftpd issue ...???

  1. #1
    Join Date
    Nov 2012
    Beans
    20

    vsftpd issue ...???

    1 .i am trying to set vsftpd ...... vsftpd service is running but not showing status through "netstat -a | grep vsftpd"

    command "netstat -a" is working fine but when i enter above command it shows nothing ... output given below ......

    .................................................. .................
    root@Gateway:/# service vsftpd restart
    vsftpd stop/waiting
    vsftpd start/running, process 2063
    root@Gateway:/# netstat -a | grep vsftpd
    root@Gateway:/# netstat -a | grep vsftpd
    root@Gateway:/#
    .................................................. .................
    2. I am not able to access it through browser when i enter 127.0.0.1 as it happens in windows ,so is there any other way to access it or what ..... ???? i can access it through terminal ouput given below but not through browser ...
    root@Gateway:/# ftp 127.0.0.1
    Connected to 127.0.0.1.
    220 Welcome to FTP service.
    Name (127.0.0.1:root):
    Last edited by adym3333; November 23rd, 2012 at 06:43 PM.

  2. #2
    Join Date
    Nov 2012
    Beans
    6

    Re: vsftpd issue ...???

    Quote Originally Posted by adym3333 View Post
    1 .i am trying to set vsftpd ...... vsftpd service is running but not showing status through "netstat -a | grep vsftpd"

    command "netstat -a" is working fine but when i enter above command it shows nothing ... output given below ......

    .................................................. .................
    root@Gateway:/# service vsftpd restart
    vsftpd stop/waiting
    vsftpd start/running, process 2063
    root@Gateway:/# netstat -a | grep vsftpd
    root@Gateway:/# netstat -a | grep vsftpd
    root@Gateway:/#
    .................................................. .................
    2. I am not able to access it through browser when i enter 127.0.0.1 as it happens in windows ,so is there any other way to access it or what ..... ???? i can access it through terminal ouput given below but not through browser ...
    root@Gateway:/# ftp 127.0.0.1
    Connected to 127.0.0.1.
    220 Welcome to FTP service.
    Name (127.0.0.1:root):

    While I have just started working with ftp servers I want something that is easy to use. I installed vsftpd but could not connect with it. I have not put alot of time into working with it do to other projects however while reseaching I cam accross PURE-FTPD http://www.pureftpd.org/project/pure-ftpd/doc I installed it remotly using SSH still working with it might be worth trying

  3. #3
    Join Date
    Oct 2011
    Beans
    113
    Distro
    Lubuntu 14.04 Trusty Tahr

    Re: vsftpd issue ...???

    You can check if vsftpd is active with this command:
    Code:
     ps aux | grep vsftpd
    If it is, you will get output like this:
    Code:
    root       845  0.0  0.2   4688  1024 ?        Ss   Nov22   0:00 /usr/sbin/vsftpd
    root     23455  0.0  0.1   4392   812 pts/0    S+   18:15   0:00 grep --color=auto vsftpd

  4. #4
    Join Date
    Nov 2012
    Beans
    20

    Re: vsftpd issue ...???

    Quote Originally Posted by kalehrl View Post
    You can check if vsftpd is active with this command:
    Code:
     ps aux | grep vsftpd
    If it is, you will get output like this:
    Code:
    root       845  0.0  0.2   4688  1024 ?        Ss   Nov22   0:00 /usr/sbin/vsftpd
    root     23455  0.0  0.1   4392   812 pts/0    S+   18:15   0:00 grep --color=auto vsftpd
    yes it works ..... !! thnks .....

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •