edtFTPnet/PRO - Secure FTP component for .NET | Free Trial | Pricing
Account information string.

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

Syntax

C#
public virtual string AccountInfo { get; set; }
Visual Basic
Public Overridable Property AccountInfo As String
	Get
	Set
Visual C++
public:
virtual property String^ AccountInfo {
	String^ get ();
	void set (String^ value);
}

Field Value

The string supplied for use with the FTP ACCT command.

Remarks

This property must be set before a connection with the server is made. It is used to supply optional information to the FTP server, and should only be set if it is known to be required.

Some proxy servers use this value for their proxy password.

See Also