Find the answer to your Linux question:
Results 1 to 4 of 4
How do I know if there are any FTP server installed or not? And is there any running FTP server on ubuntu? Thanks!...
  1. #1
    Just Joined!
    Join Date
    Apr 2009
    Posts
    19

    FTP server installed or not

    How do I know if there are any FTP server installed or not? And is there any running FTP server on ubuntu? Thanks!

  2. #2
    oz
    oz is offline
    forum.guy
    Join Date
    May 2004
    Location
    arch linux
    Posts
    18,099
    You should be able to open up Synaptic to see what software is installed, but there are other ways to see what packages are installed if you don't use Synaptic.
    oz

    new members/users: read this first | new member faq
    no private messages requesting computer support - post them on the forums!
    please use the "report post" button to alert our forum admins to problematic posts rather than responding to them yourself.

  3. #3
    Just Joined!
    Join Date
    Apr 2009
    Posts
    19
    I use putty to remote access ubuntu pc, I can't use Synaptic, could you please tell me more?

  4. #4
    Linux Newbie egan's Avatar
    Join Date
    Feb 2009
    Location
    Mountain View, CA
    Posts
    132
    Try:
    netstat -a | grep ftp
    If nothing shows up, you are not running an FTP server (but this doesn't mean it is not installed). If something does show up, then you are.

Posting Permissions

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