Perl in a Nutshell

Perl in a NutshellSearch this book
Previous: Reference: ConnectTimeoutChapter 19
Win32 Modules and Extensions
Next: Reference: ControlSendTimeout
 

ControlReceiveTimeout

$inet->ControlReceiveTimeout([value])

Reads or sets the timeout value (in milliseconds) to use for non-data (control) receive requests before they are cancelled. Currently, this value has meaning only for FTP sessions. If no value parameter is specified, the current value is returned; otherwise, the timeout is set. The default value is infinity.


Previous: Reference: ConnectTimeoutPerl in a NutshellNext: Reference: ControlSendTimeout
Reference: ConnectTimeoutBook IndexReference: ControlSendTimeout