FTPConnectionSendAccountInfo Method
Supply account info to the FTP server.
Namespace: EnterpriseDT.Net.FtpAssembly: edtFTPnetPRO (in edtFTPnetPRO.dll) Version: 12.7.0.0
public virtual void SendAccountInfo(
string accountInfo
)
Public Overridable Sub SendAccountInfo (
accountInfo As String
)
public:
virtual void SendAccountInfo(
String^ accountInfo
)
abstract SendAccountInfo :
accountInfo : string -> unit
override SendAccountInfo :
accountInfo : string -> unit
Parameters
- accountInfo String
- Account information string.
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.