This file is indexed.

/usr/share/ftpcloudfs/ftpcloudfs.conf is in ftp-cloudfs 0.25.2-1.

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
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
# ftpcloudfs example configuration file
#

[ftpcloudfs]

# FTP banner (%v version, %f ftp handler version)
banner = ftp-cloudfs %v using pyftpdlib %f ready.

# Port to bind.
# port = 2021

# Address to bind.
bind-address = 0.0.0.0

# Number of workers to use.
# The number of workers depends on the number of available
# cores and the expected load.
# workers = 1

# Memcache server(s) for external cache (eg 127.0.0.1:11211)
# Can be a comma-separated list.
# memcache = (empty)

# Maximum number of client connections per IP
# default is 0 (no limit)
# max-cons-per-ip = 0

# Auth URL for alternate providers (eg OpenStack)
# auth-url = (empty)

# Connect via Rackspace ServiceNet network.
# service-net = no

# Be verbose on logging.
# verbose = no

# Enable logging to the system logger.
# syslog = no

# Log file location.
log-file = /var/log/ftp-cloudfs/ftp-cloudfs.log

# Pid file location when in daemon mode.
pid-file = /var/run/ftp-cloudfs/ftp-cloudfs.pid

# UID to drop privileges when in daemon mode.
uid = (empty)

# GID to drop priviliges when in daemon mode.
gid = (empty)

# Masquerade IP address in case your server is behind a firewall or NATed.
# masquerade-firewall = (empty)

# EOF