SetTimeout

Navigation:  Development > Function Reference > Module > Ftp >

SetTimeout

Previous pageReturn to chapter overviewNext page

User to change timeout duration.

 

App::Module('Ftp')->setTimeout(Duration);
 

 

Parameter

Type

Description

Duration

Mandatory

Time in minutes. By default 30min.

 

See bellow examples:

 

$Ftp = App::Module('Ftp')->setTimeOut(60);