Navigation: Development > Function Reference > Module > Ftp >
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);