Description
-
Closes remote file.
Return Type
-
None
Syntax
-
object.RemoteClose
The RemoteClose Method syntax has these parts:
| object |
An expression
evaluating to an object of type wodSFTP. |
Remarks
-
The RemoteClose method closes file previously opened with
RemoteOpen method.
After RemoteClose method is called, you should not use
RemoteRead or
RemoteWrite
methods anymore. However, you can open new file using RemoteOpen and
repeat read/write process
|