D7net
Home
Console
Upload
information
Create File
Create Folder
About
Tools
:
/
opt
/
lampp
/
lib
/
php
/
test
/
Net_FTP
/
Filename :
config.php.dist
back
Copy
<?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', ''); ?>