wodSFTP ActiveX Control - LocalPath Property
      
 

Description

Holds the name of the local path used for transferring.


Property type

A String value.  Specifies the full path on the local computer.


Syntax

object.LocalPath [= value]



The LocalPath Property syntax has these parts:

Part Description
object An expression evaluating to an object of type wodSFTP.
value A String value.

Remarks

This property specifies the filename (or directory name) on the local computer which will be used in a call to any of the methods that require it. All the methods that support LocalPath as an argument will also use this value as a default.

For example, the GetFile method has two optional arguments: LocalPath and RemoteFile. If you don't set the LocalPath argument, you should specify it in this property prior to calling the method. If you specify the LocalPath argument, wodSFTP will overwrite the LocalPath property with the value supplied in the argument.