1827243 Members
2353 Online
109716 Solutions
New Discussion

modify ftp log options

 
SOLVED
Go to solution
stevec123
Occasional Contributor

modify ftp log options

Hi,

I am looking to switch off logging for ALL ftp activity. Can someone just verify my command as I am a little unsure about the syntax for the options...


tcpip set service ftp /log_options=NOALL

Do i have to restart the ftp service ?

Any help appreciated
Steve
3 REPLIES 3
Karl Rohwedder
Honored Contributor
Solution

Re: modify ftp log options

The commands looks o.k., FTP must be restarted using TCPIP$FTP_SHUTDOWN/STARTUP.COM

regards Kalle
Karl Rohwedder
Honored Contributor

Re: modify ftp log options

A slight addition, if you have some logicals defined, they should be deassign also:
- TCPIP$FTPD_LOG_CLIENT_ACTIVITY
- TCPIP$FTP_SERVER_LOG_CLIENT_BY_ADDRESS

Otherwise FTP seems to log entries in its logfile.

regards Kalle
stevec123
Occasional Contributor

Re: modify ftp log options

Thanks very much for swift response . all working now.