|
Easiest way I've found: /* Create temp file to capture FTP log */ CRTPF FILE(QTEMP/FTPLOG) RCDLEN(132) MONMSG MSGID(CPF0000) EXEC(CLRPFM FILE(QTEMP/FTPLOG)) /* Override files, then perform FTP */ OVRDBF FILE(INPUT) TOFILE(LIB/FILE) MBR(MEMBER) OVRDBF FILE(OUTPUT) TOFILE(QTEMP/FTPLOG) STRTCPFTP RMTSYS(SYSTEM) /* Trap FTP log in case it may be needed */ CPYF FROMFILE(QTEMP/FTPLOG) TOFILE(LIB/FTPLOG) + MBROPT(*REPLACE) CRTFILE(*NO) FMTOPT(*NOCHK) Terry Glass tglass@netpath.net Graham, NC -----Original Message----- From: Goins, Kirk : CO IR <KGoins@EMAIL.LHS.ORG> To: MIDRANGE-L <MIDRANGE-L@midrange.com> Date: Thursday, January 15, 1998 7:26 PM Subject: FTP Logging ?? Is there a place where "ALL or MOST" of the FTP transactions are logged? We had an error the other day and the only logs are from the remote system(AIX I think). If I remember right on my LINUX box at home(just starting to learn it) there are several different types of logs of which one logs FTP goings on. I've looked in the TCP/IP Ref and Config man but can't seem to find anything. +--- | This is the Midrange System Mailing List! | To submit a new message, send your mail to "MIDRANGE-L@midrange.com". | To unsubscribe from this list send email to MIDRANGE-L-UNSUB@midrange.com. | Questions should be directed to the list owner/operator: david@midrange.com +--- uucp +--- | This is the Midrange System Mailing List! | To submit a new message, send your mail to "MIDRANGE-L@midrange.com". | To unsubscribe from this list send email to MIDRANGE-L-UNSUB@midrange.com. | Questions should be directed to the list owner/operator: david@midrange.com +---
As an Amazon Associate we earn from qualifying purchases.
This mailing list archive is Copyright 1997-2024 by midrange.com and David Gibbs as a compilation work. Use of the archive is restricted to research of a business or technical nature. Any other uses are prohibited. Full details are available on our policy page. If you have questions about this, please contact [javascript protected email address].
Operating expenses for this site are earned using the Amazon Associate program and Google Adsense.