0

How to find which version of ftp server is running

i need to find what ftp server is running on my server... how to check this ........?

FTP Add a comment
stewart
asked Sep 08 2017

Answer

0

that you check by ps, netstat, fuser, lsof ..etc.., here example i have shown below.....

# netstat -tnulp | grep ftp
# fuser -i 21/tcp
# ps -ef | grep -i ftp
Add a comment
arunkumarak
asked Sep 09 2017
edited Oct 05 2018
Post your Answer
0

Great. Turns out it's not hard

Add a comment
David99
asked Oct 28 2022
Post your Answer