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
|