Supply account information string to the server.

Namespace: EnterpriseDT.Net.Ftp
Assembly: edtFTPnet (in edtFTPnet.dll) Version: 2.2.3.0

Syntax

C#
public virtual void Account(
	string accountInfo
)
Visual Basic
Public Overridable Sub Account ( _
	accountInfo As String _
)
Visual C++
public:
virtual void Account(
	String^ accountInfo
)

Parameters

accountInfo
Type: System..::..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