Results 1 to 2 of 2
I read that most distros leave Anonymous FTP turned on by default. I just installed Debian to play around and I was wondering is FTP installed by default? with the ...
- 03-08-2006 #1Just Joined!
- Join Date
- Mar 2005
- Posts
- 65
FTP nube question
I read that most distros leave Anonymous FTP turned on by default. I just installed Debian to play around and I was wondering is FTP installed by default? with the minimal instalation and how do I check to see if Anonymous FTP enabled?
Thanks
Art
- 03-08-2006 #2Linux User
- Join Date
- Apr 2005
- Location
- Ohio
- Posts
- 326
easiest way to see if an ftp server is running is to check if the ftp port is in listen mode..
-l = listen
-p = program ID
So this shows that my FTP port (port 21) is open and in listening mode and the ftp Program I have running is proftpditg-debian:/etc# netstat -lp | grep ftp
tcp 0 0 *:ftp *:* LISTEN 3774/proftpd: (acce
easy !!
although I wouldn't set up a ftp in anonymous mode..
ftp is not very secure to begin with.
for secure file transfer look into scp and sftpfar...out


Reply With Quote
