Login   Register  
PHP Classes
elePHPant
Icontem

File: defines.php

Recommend this page to a friend!
Stumble It! Stumble It! Bookmark in del.icio.us Bookmark in del.icio.us
  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: 2008-12-16 05:44
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="/";


?>