Connect to FTP server.
App::Module('Ftp')->Connect(Server Address);
Parameter |
Type |
Description |
---|---|---|
Server Address |
Mandatory |
Ftp address to create connection |
return true if success
See bellow examples:
App::Module('Ftp')->Connect('ftp.example.com');