Programming with FTP OLE Automation
Passive property
Syntax |
Object.Passive |
Data type |
Boolean |
Returns (first syntax line) whether to use passive mode.
By default scripted FTP connections are not set to passive mode. To set passive mode, use the PassiveMode parameter in the Open or Connect method.
This property is read only.