Opens an FTP session.
object.Open ( HostName [,UserName] [,Password] [,Passive] ) |
- HostName
- Required. A String that represents the host name of the FTP server.
- Username
- Optional. A String that represents the name of the user to log on.
- Password
- Optional. A String that represents the password to use to log on.
- Passive
- Optional. A Boolean that determines whether to use passive FTP semantics.
Boolean
The default values for the optional method arguments are:
- UserName -- anonymous
- Password -- user@internet.com
- Passive -- True