PHP Classes

File: readme.txt

Recommend this page to a friend!
  Classes of John Saman   PHP FTP Sync   readme.txt   Download  
File: readme.txt
Role: Documentation
Content type: text/plain
Description: Please read this file before using the class
Class: PHP FTP Sync
Synchronize files and folders over FTP
Author: By
Last change:
Date: 11 years ago
Size: 475 bytes
 

Contents

Class file image Download
Notes before using this class:- 1- Please don't write ftp:// before the host name or it will fail. 2- If you had troubles connecting to the FTP server or if the synchronization is taking too long try decreasing the number of maxConnections to 1 or 2 because some servers refuse multiple connections from the same client. 3- Some servers doesn't support chmod options so you may get errors like PHP Warning: ftp_chmod(): Unknown SITE command. Just can ignore this error