Proftpd - Как получить список IP с которых была попытка входа

Материал из Wiki - Iphoster - the best ever hosting and support. 2005 - 2024
Версия от 21:23, 6 октября 2019; Admin iph (обсуждение | вклад) (Новая страница: « === Proftpd - Как получить список IP с которых была попытка входа === # tail -n10000 /var/log/proftpd/auth.log | gre…»)
(разн.) ← Предыдущая | Текущая версия (разн.) | Следующая → (разн.)
Перейти к:навигация, поиск


Proftpd - Как получить список IP с которых была попытка входа

# tail -n10000 /var/log/proftpd/auth.log | grep ftp_login | awk {'print $3'} | sort | uniq -c | sort -n | awk {'print $2'}


Donwload это RETR:

RETR
Short for RETRieve, this command is used by the client to inform the server of the file the client would like to download. On many FTP client, this is implemented using the client-specfic "get" command.