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!...
- 04-22-2009 #1Just 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!
- 04-22-2009 #2forum.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.
- 04-23-2009 #3Just 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?
- 04-23-2009 #4
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.


Reply With Quote