PHP Classes

File: defines.php

Recommend this page to a friend!
  Classes of Marius M   FTP Client   defines.php   Download  
File: defines.php
Role: Configuration script
Content type: text/plain
Description: defines file to configure the example
Class: FTP Client
Access files in an FTP server
Author: By
Last change:
Date: 16 years ago
Size: 242 bytes
 

Contents

Class file image Download
<?php
//For automatic file uploads/downloads, this file will have a certain structure.
//Configuration defines
$clients=1;
$auto=0;


//Client defines
$srv="ftp.boekiez.nl";
$usr="md038555";
$pass="vivat2002";
$startf="/";


?>