IFtp.Login Method
Namespace: Rebex.Net
Assembly: Rebex.Networking.dll (version 7.0.9448)
Login(String, String)
Authenticates the user to the server.
Declaration
void Login(string userName, string password)
Parameters
| Type | Name | Description |
|---|---|---|
| String | userName | The username. |
| String | password | Password for the given username. |