1833861 Members
1881 Online
110063 Solutions
New Discussion

ftp sessions

 
H. Mund
Occasional Contributor

ftp sessions

Hi all,

who can I get a list of all open ftp-sessions on my server?

Thanks in advance.

Greetings
HM
HM
2 REPLIES 2
Paula J Frazer-Campbell
Honored Contributor

Re: ftp sessions

Hi

Try a :-

ps -ef | grep ftpd

Paula
If you can spell SysAdmin then you is one - anon
Alan Casey
Trusted Contributor

Re: ftp sessions

The last command will give you the IP Address of ftp logins and time/date of login and tell whether the connextion is still logged in.

last -R | grep ftp | more

This also shows other sessions, look only for the ftp connections