PHP Classes

File: tests/config.php

Recommend this page to a friend!
  Classes of El Amrani Chakir   PHP FTP Client Library   tests/config.php   Download  
File: tests/config.php
Role: Auxiliary script
Content type: text/plain
Description: Auxiliary script
Class: PHP FTP Client Library
Manage files in remote FTP server
Author: By
Last change:
Date: 2 years ago
Size: 454 bytes
 

Contents

Class file image Download
<?php

/**
 * Your FTP settings for testing.
 */

const HOST = "host";
const
USERNAME = "username";
const
PASSWORD = "password";
const
TIMEOUT = 90; // is recommended to have a high value of timeout to avoid connection interruptions
const PORT = 21;
const
PASSIVE = true; // is recommended to run the tests on passive mode connection
const INITIAL_DIR = '.'; // make sure to have write and read permissions for this directory