edtFTPnet/PRO - Secure FTP component for .NET | Free Trial | Pricing
Supply account info to the FTP server.

Namespace: EnterpriseDT.Net.Ftp
Assembly: edtFTPnetPRO (in edtFTPnetPRO.dll) Version: 9.4.0.40

Syntax

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

Parameters

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