Close Method (FTP)
10.2, PLBCMP GUI Only
The Close method disconnects the current connection to a FTP server. This method uses the following format:
|
|
|
|
Where:
label
Optional. A Program Execution Label.
object
Required. A FTP that has been declared.
return
Optional. A Numeric Variable that returns the pass or failure values for the execution of the method.
Flags Affected: OVER, ZERO
Note the following:
The ZERO flag is always set to be TRUE for this method.
The OVER flag is set to be TRUE if the {return} Numeric variable is too small to receive the pass or fail value without being truncated.
See Also: FTP Control Methods, Method Syntax
![]() |