Login   Register  
PHP Classes
elePHPant
Icontem

File: ftp_init.inc

Recommend this page to a friend!
Stumble It! Stumble It! Bookmark in del.icio.us Bookmark in del.icio.us
  Classes of Carlos Falo Hervás  >  FTP object  >  ftp_init.inc  >  Download  
File: ftp_init.inc
Role: Configuration script
Content type: text/plain
Description: FTP configuration used by the test (modify to suit your needs)
Class: FTP object
FTP client wrapper
Author: By
Last change:
Date: 2003-07-25 11:18
Size: 232 bytes
 

Contents

Class file image Download
<?PHP //Initializing FTP connection
  // params:
    // 1 - SITE IP
    // 2 - USER para el FTP
    // 3 - PASS para el user
    // 4 - LOG_TYPE ver log_defs.inc
    
$ftp = new FTP("192.168.100.001","ftp_user","ftp_pass",LOG_ECHO,21,1) ;
?>