From: urgrue <urgrue@tumsan.fi>
To: linux-admin@vger.kernel.org
Subject: ftp logging
Date: Wed, 2 Apr 2003 15:37:22 +0300 [thread overview]
Message-ID: <20030402123722.GA2142@fede2.tumsan.fi> (raw)
my ftp daemon logs all commands done via ftp, which is great. only
thing is, it logs them to the log file only after the command has
completed. so, for example, someone starts downloading some 200 meg
file, i cant see (in the log files) what he is downloading, until its
finished.
so, any ideas how i can see what he's doing?
lsof | grep -i <make some guesses>
is what i'm using now. needless to say its a bit clumsy, especially if
several users are downloading at the same time, because i cant tell
them apart.
i'm using vsftpd.
next reply other threads:[~2003-04-02 12:37 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2003-04-02 12:37 urgrue [this message]
2003-04-02 13:18 ` ftp logging Jeff Largent
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20030402123722.GA2142@fede2.tumsan.fi \
--to=urgrue@tumsan.fi \
--cc=linux-admin@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).