This property specifies the filename (or directory name) on the
local computer, which will be used by any of the
methods that require this information. All of the methods that support setting
LocalPath as an argument to the method call can also get the value from this property.
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 it as the method argument, wodSFTP will overwrite the
LocalPath property with the argument value.
The Bufsize variable should contain the maximum data length
that can be stored in the Buffer variable. If you set Bufsize =
0, then the function will return with error
ERROR_INSUFFICIENT_BUFFER and Bufsize will contain the required
buffer size.