FTPConnectionAccountInfo Property |
Account information string.
Namespace:
EnterpriseDT.Net.Ftp
Assembly:
edtFTPnetPRO (in edtFTPnetPRO.dll) Version: 12.3.0.0
Syntaxpublic virtual string AccountInfo { get; set; }Public Overridable Property AccountInfo As String
Get
Set
public:
virtual property String^ AccountInfo {
String^ get ();
void set (String^ value);
}abstract AccountInfo : string with get, set
override AccountInfo : string with get, set
Property Value
Type:
StringThe string supplied for use with the FTP ACCT command.
RemarksThis 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