Login Property

See Also

FtpDLX Class  | FtpDLX Members

Requirements

Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family

Language

Visual Basic

C#

JScript

Show All

See Also Requirements Languages WeOnlyDo.Client.FTP Send comments on this topic.

Login Property

Login (username) information that will be sent to the server.

[Visual Basic]
Public Property Login As String
[C#]
public string Login {get; set;}
[JScript]
public function get,set Login : String

Remarks

This value MUST be set for wodFtpDLX.NET to work. Both FTP and SSH protocol specification (on top of which SFTP is running) requires that login/password information is sent during 'handshake' - so there's no user interaction in the login process.

Together with Password property, all the information needed for successful authorization with remote server is stored in these two properties. TODO: If you prefer to use Certificate/PublicKey authentication, look here.

Requirements

Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family

See Also

FtpDLX Class  | FtpDLX Members

 

 


© WeOnlyDo Software. All Rights Reserved.