Open
Previous
Top
Next
Creates a connection to an ftp server.
Syntax: Open (URL As String, UserName As String, Password As String)
If the server supports anonymous login then you can leave the UserName and Password empty ("").
Example:
ftp.Open ("ftp.myftp.com","","")