Proftpd - Как получить список IP с которых была попытка входа: различия между версиями

Материал из Wiki - Iphoster - the best ever hosting and support. 2005 - 2023
Перейти к:навигация, поиск
(Новая страница: « === Proftpd - Как получить список IP с которых была попытка входа === # tail -n10000 /var/log/proftpd/auth.log | gre…»)
 
(нет различий)

Текущая версия на 21:23, 6 октября 2019


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.