edtFTPnet/PRO - Secure FTP component for .NET | Free Trial | Pricing
Click or drag to resize

FTPConnectionAccountInfo Property

Account information string.

Namespace:  EnterpriseDT.Net.Ftp
Assembly:  edtFTPnetPRO (in edtFTPnetPRO.dll) Version: 12.3.0.0
Syntax
public virtual string AccountInfo { get; set; }

Property Value

Type: String
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