Proftpd - Как получить список IP с которых была попытка входа
Материал из Wiki - Iphoster - the best ever hosting and support. 2005 - 2024
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.