Connect

Navigation:  Development > Function Reference > Module > Ftp >

Connect

Previous pageReturn to chapter overviewNext page

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');