Programming with FTP OLE Automation
DisablePWD property
Syntax |
Object.DisablePWD |
Data type |
Boolean |
Returns (first syntax line) or specifies (second syntax line) whether the Reflection FTP client sends a PWD command when you are connected to the server. When this property is True, no PWD command is sent. This may fix connection problems encountered with some hosts.
The default value is False.
This value cannot be set to True when UseSFTP is enabled.
None