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