An NDoc Documented Class Library

FTPClient.Account Method 

Supply account information string to the server.

public virtual void Account(
   string accountInfo
);

Parameters

accountInfo
account information

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. It is up to the server how it uses this string.

See Also

FTPClient Class | EnterpriseDT.Net.Ftp Namespace