* ftp logging
@ 2003-04-02 12:37 urgrue
2003-04-02 13:18 ` Jeff Largent
0 siblings, 1 reply; 2+ messages in thread
From: urgrue @ 2003-04-02 12:37 UTC (permalink / raw)
To: linux-admin
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.
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: ftp logging
2003-04-02 12:37 ftp logging urgrue
@ 2003-04-02 13:18 ` Jeff Largent
0 siblings, 0 replies; 2+ messages in thread
From: Jeff Largent @ 2003-04-02 13:18 UTC (permalink / raw)
To: urgrue; +Cc: linux-admin
ncftpd has ncftpd_spy that lets you see what users are doing.
urgrue wrote:
> 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.
> -
> To unsubscribe from this list: send the line "unsubscribe linux-admin" in
> the body of a message to majordomo@vger.kernel.org
> More majordomo info at http://vger.kernel.org/majordomo-info.html
>
>
--
Jeff Largent ImageLinks, Inc.
Sr System Admin Melbourne, Fl 32935
(321) 253-0011 fax: (321) 253-5559
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2003-04-02 13:18 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2003-04-02 12:37 ftp logging urgrue
2003-04-02 13:18 ` Jeff Largent
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).