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