This file is indexed.

/usr/share/doc/crossroads/examples/ftp.xml is in crossroads 2.81-2.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
<?xml version="1.0" encoding="UTF-8"?>

<configuration>
  <system>
    <uselogger>false</uselogger>
    <logdir>/tmp</logdir>
  </system>

  <service>
    <name>ftp</name>
    <server>
      <type>tcp</type>
      <address>127.0.0.1:21</address>
      <dispatchmode>first-available</dispatchmode>
      <verbose>true</verbose>
    </server>
    <backend>
      <address>172.16.238.1:21</address>
      <debug>true</debug>
    </backend>
  </service>

  <service>
    <name>ftpdata</name>
    <server>
      <type>tcp</type>
      <address>127.0.0.1:20</address>
      <dispatchmode>first-available</dispatchmode>
      <verbose>true</verbose>
      <debug>true</debug>
    </server>
    <backend>
      <address>172.16.238.1:20</address>
    </backend>
  </service>

</configuration>