File: config.php.dist

package info (click to toggle)
php-net-ftp 1%3A1.4.0-2
  • links: PTS, VCS
  • area: main
  • in suites: buster, stretch
  • size: 344 kB
  • ctags: 770
  • sloc: php: 2,013; xml: 284; makefile: 4
file content (14 lines) | stat: -rw-r--r-- 294 bytes parent folder | download | duplicates (4)
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', '');
?>