Login into an account on the FTP server using the user-name and password provided.
Namespace:
EnterpriseDT.Net.Ftp
Assembly:
edtFTPnetPRO (in edtFTPnetPRO.dll) Version: 12.3.0.0
Syntaxpublic 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
- Type: SystemString
User-name. - password
- Type: SystemString
Password.
RemarksThis
call completes the entire login process. Note that
Connect must be called first.
See Also