SysType Method (FTP)
10.2, PLBCMP GUI Only
The SysType method retrieves the remote system type for the current FTP connection. This method uses the following format:
|
|
|
|
Where:
label
Optional. A Program Execution Label.
object
Required. A FTP that has been declared.
return
Optional. A Character String Variable that returns the system type as received from the remote system for the current FTP connection.
Flags Affected: EOS, OVER, ZERO
Note the following:
The EOS flag is set to TRUE if the {return} variable is too small and the data must be truncated.
The OVER and ZERO flags are always set to FALSE.
The {return} variable is set to NULL if there was an error detected.
Debug log entries are generated if the debug logging is enabled. See the FTP Debug Method description to enable debug logging.
See Also: FTP Control Methods, Method Syntax
![]() |