Connects to the server as an anonymous user. A user name of anonymous will be used and a nonexistent email address will be used for the password.
Connects to the server as an anonymous user. A user name of anonymous will be used and a nonexistent email address will be used for the password.
public void Connect(string);
Connects to the server using the specified command port.
public void Connect(string,int,string,string);
Connects to the server using the specified command port and sends the optional account information.
public void Connect(string,int,string,string,string);
Connects to the server using the default command port 21.
public void Connect(string,string,string);