FTPServer.connectTo(host,user,password,account)
Connects to a FTP Server.
Arguments:
Name
Type
Description
Mode
host
String
the host address
in
user
String
the user name
in
password
String
the user password
in
account
String
the account to use
in
Parent topic:
Fuego.Net : FTPServer