Close the file specified in FTP.open and/or end the FTP transfer in progress.
Availability:
First available in version 3.0 build 2039.
Input Parameters:
None.
Output Parameters:
No output parameters.
Asynchronous Mode:
When this method is called asynchronously, a return object containing the output parameters is passed to the specified callback function.
ssCore.FTP.close( paramsObject [, callbackParamsObject] [, errorParamsObject] );
Synchronous Mode:
When this method is called synchronously, a return object containing the output parameters is returned to the caller immediately.
var returnObject = ssCore.FTP.close( paramsObject );
Notes:
After FTP.transfer completes, you must call FTP.close to close the file.
Examples:
ssCore.FTP.close();