<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic How to log FTP Server activity on OpenVMS in Operating System - OpenVMS</title>
    <link>https://community.hpe.com/t5/operating-system-openvms/how-to-log-ftp-server-activity-on-openvms/m-p/4938537#M50528</link>
    <description>Hi &lt;BR /&gt;&lt;BR /&gt;we are using OpenVMS 7.3-2 with TCPIP 5.4 ECO 4 and we would like to log the activity of a FTP server. Does anyone know how we can do this ? Are there logical names we can use to turn on and off this ?</description>
    <pubDate>Fri, 04 Nov 2005 06:33:19 GMT</pubDate>
    <dc:creator>Heinz W Genhart</dc:creator>
    <dc:date>2005-11-04T06:33:19Z</dc:date>
    <item>
      <title>How to log FTP Server activity on OpenVMS</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/how-to-log-ftp-server-activity-on-openvms/m-p/4938537#M50528</link>
      <description>Hi &lt;BR /&gt;&lt;BR /&gt;we are using OpenVMS 7.3-2 with TCPIP 5.4 ECO 4 and we would like to log the activity of a FTP server. Does anyone know how we can do this ? Are there logical names we can use to turn on and off this ?</description>
      <pubDate>Fri, 04 Nov 2005 06:33:19 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/how-to-log-ftp-server-activity-on-openvms/m-p/4938537#M50528</guid>
      <dc:creator>Heinz W Genhart</dc:creator>
      <dc:date>2005-11-04T06:33:19Z</dc:date>
    </item>
    <item>
      <title>Re: How to log FTP Server activity on OpenVMS</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/how-to-log-ftp-server-activity-on-openvms/m-p/4938538#M50529</link>
      <description>Hi,&lt;BR /&gt;FTP activity should be logged ,as I believe, by default. Check $ TCPIP SHOW SERVICE FTP /FULL. You should see 'Log Opts:' and log file defined there. Log file is usually in SYS$LOGIN dir of FTP account. For TCPIP$FTP it's usually SYS$SYSDEVICE:[TCPIP$FTP] and you should find there TCPIP$FTP_RUN.LOG . &lt;BR /&gt;To change log_options see&lt;BR /&gt;$ TCPIP HELP SET SERVICE /LOG_OPTIONS&lt;BR /&gt;&lt;BR /&gt;Mike</description>
      <pubDate>Fri, 04 Nov 2005 06:45:41 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/how-to-log-ftp-server-activity-on-openvms/m-p/4938538#M50529</guid>
      <dc:creator>Mike Reznak</dc:creator>
      <dc:date>2005-11-04T06:45:41Z</dc:date>
    </item>
    <item>
      <title>Re: How to log FTP Server activity on OpenVMS</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/how-to-log-ftp-server-activity-on-openvms/m-p/4938539#M50530</link>
      <description>It is already logged unless it has been set off explicitly (not recommended ;-)). &lt;BR /&gt;Default location is SYS$SYSDEVICE:[TCPIP$FTP]FTP_RUN.LOG. If you have enabled anonymous FTP, you will have additional separate logging in TCPIP$FTP_ANONYMOUS.LOG in the same location.&lt;BR /&gt;There is also a LOGIN.COM in that directory that is empty but for a single comment line. I have not tried to put anything in it but it might be possible to add specific comments in there.</description>
      <pubDate>Fri, 04 Nov 2005 07:01:37 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/how-to-log-ftp-server-activity-on-openvms/m-p/4938539#M50530</guid>
      <dc:creator>Willem Grooters</dc:creator>
      <dc:date>2005-11-04T07:01:37Z</dc:date>
    </item>
    <item>
      <title>Re: How to log FTP Server activity on OpenVMS</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/how-to-log-ftp-server-activity-on-openvms/m-p/4938540#M50531</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;When you configure VMS TCPIP, the LOG files for all services will be created automatically, such as&lt;BR /&gt;&lt;BR /&gt;FTP server activity log will be in &lt;BR /&gt;sys$manager:tcpip$ftp_server.log&lt;BR /&gt;&lt;BR /&gt;Other FTP RUN activities will be available in the following file and locations...&lt;BR /&gt;&lt;BR /&gt;sys$sysdevice:[TCPIP$FTP]TCPIP$FTP_ANAYMOUS.LOG&lt;BR /&gt;and&lt;BR /&gt;sys$sysdevice:[TCPIP$FTP]TCPIP$FTP_RUN.LOG&lt;BR /&gt;&lt;BR /&gt;if you have TCPWare, then the all the FTP transactions occured between Client and Server will be logged in the login directory in SYS$LOGIN:FTPServer_DTP.LOG&lt;BR /&gt;&lt;BR /&gt;also&lt;BR /&gt;you can create your own FTP log file to trace any specific activities using the following cmnd....&lt;BR /&gt;$ SET SERVICE FTP /LOG_OPTIONS=(FILE=SYS$SYSDEVICE:[TCPIP$FTP]myftplog.log, accept, activate, address, connetc, deactivate, error, exit_cleanup, login, logout, modify, reject)&lt;BR /&gt;&lt;BR /&gt;Archunan</description>
      <pubDate>Fri, 04 Nov 2005 12:20:04 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/how-to-log-ftp-server-activity-on-openvms/m-p/4938540#M50531</guid>
      <dc:creator>Arch_Muthiah</dc:creator>
      <dc:date>2005-11-04T12:20:04Z</dc:date>
    </item>
    <item>
      <title>Re: How to log FTP Server activity on OpenVMS</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/how-to-log-ftp-server-activity-on-openvms/m-p/4938541#M50532</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;FTP server activity log will be in &lt;BR /&gt;sys$manager:tcpip$ftp_server.log&lt;BR /&gt;</description>
      <pubDate>Fri, 04 Nov 2005 12:48:42 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/how-to-log-ftp-server-activity-on-openvms/m-p/4938541#M50532</guid>
      <dc:creator>Arch_Muthiah</dc:creator>
      <dc:date>2005-11-04T12:48:42Z</dc:date>
    </item>
    <item>
      <title>Re: How to log FTP Server activity on OpenVMS</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/how-to-log-ftp-server-activity-on-openvms/m-p/4938542#M50533</link>
      <description>The comments have been helpfull. We solved the problem. Thanks a lot&lt;BR /&gt;&lt;BR /&gt;Heinz</description>
      <pubDate>Mon, 07 Nov 2005 08:35:20 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/how-to-log-ftp-server-activity-on-openvms/m-p/4938542#M50533</guid>
      <dc:creator>Heinz W Genhart</dc:creator>
      <dc:date>2005-11-07T08:35:20Z</dc:date>
    </item>
  </channel>
</rss>

