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

FTPConnectionSendAccountInfo Method

Supply account info to the FTP server.

Definition

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

Parameters

accountInfo  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