Back to product page

RemoteClose method


Closes remote file.

Type

None

Syntax

  • Basic
object.RemoteClose
The RemoteClose(object) syntax has these parts:
objectAn 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

Platforms

Windows