Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

ftp daemon

Status
Not open for further replies.

penzk001

Technical User
Mar 11, 2003
82
0
0
MT
Good afternoon,

I was asked by our security team the port that the ftp daemon ((Version 4.1)uses in passive mode. Is the any document/config file that has these details ?

Thanks
 
Try this:
1) open a ftp on your server, connecting to itself
2) from another unix session issue "netstat -a > results_1"
3) from the ftp shell issue a "passive" command
4) from the other session issue "nestat -a > results_2"
Check the difference
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top