|
The Question is:
I'm looking to supress the "TCPIP$FTP_SERVER.LOG" file creation in the default
directory for incoming FTP connections.
We wish to retain the directory security settings which do not allow write
access and also wish to remove the AUDIT$SERVER messages we are currently
recieving for object access failures.
The Answer is :
The logical name TCPIP$FTP_SERVER allows you to redirect this log
To suppress all FTP server log files for all incoming FTP connections:
$ DEFINE /SYSTEM /EXECUTIVE TCPIP$FTP_SERVER NL:
To redirect all FTP logs to the specified file:
$ DEFINE /SYSTEM /EXECUTIVE TCPIP$FTP_SERVER ddcu:[dir]name.log
This logical name is not currently documented.
|