An NDoc Documented Class Library

FTPConnection.AccountInfo Property

Account information string.

public virtual string AccountInfo {get; set;}

Property 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

FTPConnection Class | EnterpriseDT.Net.Ftp Namespace