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