PHP Classes

File: ftp_init.inc

Recommend this page to a friend!
  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: 20 years ago
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) ;
?>