YedFtpPipe - siTimeout attribute
NAME:
siTimeout
DESCRIPTION:
This attribute sets timeout in command replying from FTP
server. If an FTP command does not receive any response in
the number of seconds set with this attribute, the method invoking the command
returns an error.
This attribute default to 10 seconds.
WARNING: if you're in a multithreading environment, set this attribute with an high value, because in kernel scheduling policy you can't know for how long the thread using the object instance will be put in sleep mode.