This file is indexed.

/usr/share/php/tests/Net_FTP/config.php.dist is in php-net-ftp 1.4.0a3-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
<?php
/*
 * copy this file to config.php and enter connection details for
 * an FTP server that allows read and write access
 *
 * The directory field can be left empty
 */

define('FTPHOST', '');
define('FTPPORT', '');
define('FTPUSER', '');
define('FTPPASSWORD', '');
define('FTPDIR', '');
?>