edtFTPnet/PRO - Secure FTP component for .NET | Free Trial | Pricing
Supplies the password for a previously supplied user-name to log into the FTP server. Must be preceeded by the User(String) method

Namespace: EnterpriseDT.Net.Ftp
Assembly: edtFTPnetPRO (in edtFTPnetPRO.dll) Version: 9.4.0.40

Syntax

C#
public virtual void Password(
	string password
)
Visual Basic
Public Overridable Sub Password ( _
	password As String _
)
Visual C++
public:
virtual void Password(
	String^ password
)

Parameters

password
Type: System..::..String
Password.

See Also