FTPClientLogin Method
Login into an account on the FTP server using the user-name and password provided.
Namespace: EnterpriseDT.Net.FtpAssembly: edtFTPnetPRO (in edtFTPnetPRO.dll) Version: 12.7.0.0
public virtual void Login(
string user,
string password
)
Public Overridable Sub Login (
user As String,
password As String
)
public:
virtual void Login(
String^ user,
String^ password
)
abstract Login :
user : string *
password : string -> unit
override Login :
user : string *
password : string -> unit
Parameters
- user String
- User-name.
- password String
- Password.
This
call completes the entire login process. Note that
Connect must be called first.