edtFTPnet/PRO - Secure FTP component for .NET | Free Trial | Pricing

FTPClientAccount Method

Supply account information string to the server.

Definition

Namespace: EnterpriseDT.Net.Ftp
Assembly: edtFTPnetPRO (in edtFTPnetPRO.dll) Version: 12.7.0.0
C#
public virtual void Account(
	string accountInfo
)

Parameters

accountInfo  String
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