FIFOOPENTIME (FTP client and server) statement

Use the FIFOOPENTIME statement to define the length of time that FTP waits after attempting to open UNIX named pipe before reporting an error. You can use the SIte and LOCSIte subcommands to set this value.

Server
This setting specifies the length of time that the server waits for an open of a UNIX named pipe to complete.
Client
This setting specifies the length of time that the client waits for an open of a UNIX named pipe to complete.

Syntax

Read syntax diagramSkip visual syntax diagram
   .-FIFOOPENTIME 60------.   
>>-+----------------------+------------------------------------><
   '-FIFOOPENTIME seconds-'   

Parameters

seconds
The number of seconds that FTP waits for an open of a UNIX named pipe to complete. Valid values are in the range 1 - 86 400. The default is 60.

Examples

Use the following code to set the timer to 600 seconds:
FIFOOPENTIME 600

Related topics