An NDoc Documented Class Library

FTPConnection.SendAccountInfo Method 

Supply account info to the FTP server.

public virtual void SendAccountInfo(
   string accountInfo
);

Parameters

accountInfo
Account information string.

Remarks

This can be used for a variety of purposes - for example, the server could indicate that a password has expired (by sending 332 in reply to PASS) and a new password automatically supplied via ACCT. Or it could be used by proxies to supply a proxy password. It is up to the server (or proxy) how it uses this string.

See Also

FTPConnection Class | EnterpriseDT.Net.Ftp Namespace