This logfile produces a lot more information than you need for reporting (and probably more information than you need to keep in general). Does that server offer a Transfer Log option that just logs uploads and downloads?
Otherwise, you will need to find the GET, PUT, GETS and PUTS lines and build a log format from those. Even then, those commands probably won't have the full path information. In that case the only option is to build a pre-processor so that you can format these into more simplified logs. See http://analog.cx/docs/logfmt.html for some samples of what you might want a log file to look like. -- Jeremy Wadsack Wadsack-Allen Digital Group Gil ([EMAIL PROTECTED]; Wednesday, March 19, 2003 12:12 PM): > Here are a few lines from the logfile. > Thanks for responding so quickly. > ---------- Session created on 2/14/2003 11:59:22 PM on port 9795 ---------- > 2/14/2003 11:59:26 PM - FTP Server On-line : IP(s) 192.168.1.200, on port > 9795 > ---------- Session created on 2/15/2003 12:00:49 AM on port 9795 ---------- > 2/15/2003 12:00:54 AM - FTP Server On-line : IP(s) 192.168.1.200, on port > 9795 > (000001) 2/15/2003 12:17:37 AM - (not logged in) (218.161.0.222) > connected > to ip : 192.168.1.200 > (000001) 2/15/2003 12:17:37 AM - (not logged in) (218.161.0.222) > sending > welcome message. > (000001) 2/15/2003 12:17:37 AM - (not logged in) (218.161.0.222) > 220 Gil > and Yu-jins' FTP Server > (000001) 2/15/2003 12:17:39 AM - (not logged in) (218.161.0.222) > USER BoA > (000001) 2/15/2003 12:17:39 AM - (not logged in) (218.161.0.222) > 331 > Password required for BoA. > (000001) 2/15/2003 12:17:41 AM - (not logged in) (218.161.0.222) > PASS > ******** > (000001) 2/15/2003 12:17:41 AM - Boa (218.161.0.222) > logged in. > (000001) 2/15/2003 12:17:41 AM - Boa (218.161.0.222) > 230 User Boa logged > in. > (000001) 2/15/2003 12:17:42 AM - Boa (218.161.0.222) > CWD /video > (000001) 2/15/2003 12:17:42 AM - Boa (218.161.0.222) > asked to change > directory : 'C:\Boa\ -> C:\Boa\video\' --> Access allowed. > (000001) 2/15/2003 12:17:42 AM - Boa (218.161.0.222) > 250 CWD command > successful. "/video" is current directory. > (000001) 2/15/2003 12:17:44 AM - Boa (218.161.0.222) > XPWD > (000001) 2/15/2003 12:17:44 AM - Boa (218.161.0.222) > 257 "/video" is > current directory. > (000001) 2/15/2003 12:17:46 AM - Boa (218.161.0.222) > CDUP > (000001) 2/15/2003 12:17:46 AM - Boa (218.161.0.222) > asked to change > directory : 'C:\Boa\video\ -> C:\Boa\' --> Access allowed. > ----- Original Message ----- > From: "Jeremy Wadsack" <[EMAIL PROTECTED]> > To: <[EMAIL PROTECTED]> > Sent: Wednesday, March 19, 2003 10:54 AM > Subject: Re: [analog-help] Logformat for BPFTP >> >> Gil ([EMAIL PROTECTED]; Tuesday, March 18, 2003 5:26 PM): >> >> > I am using analog version 5.31 on Windows 2000 Pro. >> > I have tried unsuccessfully to configure a Logformat line for > BulletProof >> > FTP Server v2.1.5 log file. >> >> > If anyone has successfully configured this, I would appreciate a copy of > the >> > Logformat line. If not, then any suggestions are appreciated. >> >> If you can post four or five lines from the logfile here we can try to >> come up with one for you. >> >> -- >> >> Jeremy Wadsack >> Wadsack-Allen Digital Group >> >> +------------------------------------------------------------------------ >> | TO UNSUBSCRIBE from this list: >> | http://lists.isite.net/listgate/analog-help/unsubscribe.html >> | >> | Digest version: http://lists.isite.net/listgate/analog-help-digest/ >> | Usenet version: news://news.gmane.org/gmane.comp.web.analog.general >> | List archives: http://www.analog.cx/docs/mailing.html#listarchives >> +------------------------------------------------------------------------ > +------------------------------------------------------------------------ > | TO UNSUBSCRIBE from this list: > | http://lists.isite.net/listgate/analog-help/unsubscribe.html > | > | Digest version: http://lists.isite.net/listgate/analog-help-digest/ > | Usenet version: news://news.gmane.org/gmane.comp.web.analog.general > | List archives: http://www.analog.cx/docs/mailing.html#listarchives > +------------------------------------------------------------------------ +------------------------------------------------------------------------ | TO UNSUBSCRIBE from this list: | http://lists.isite.net/listgate/analog-help/unsubscribe.html | | Digest version: http://lists.isite.net/listgate/analog-help-digest/ | Usenet version: news://news.gmane.org/gmane.comp.web.analog.general | List archives: http://www.analog.cx/docs/mailing.html#listarchives +------------------------------------------------------------------------