SecureFTPConnectionPostLogin Method
Called after the user has been successfully logged in.
Namespace: EnterpriseDT.Net.FtpAssembly: edtFTPnetPRO (in edtFTPnetPRO.dll) Version: 12.7.0.0
public override void PostLogin()
Public Overrides Sub PostLogin
public:
virtual void PostLogin() override
abstract PostLogin : unit -> unit
override PostLogin : unit -> unit
Sets the transfer-type and the current working directory. If
AutoLogin is set to false, this method should be called
explicitly to initialise the client state.