Called after the user has been successfully logged in.

Namespace: EnterpriseDT.Net.Ftp
Assembly: edtFTPnet (in edtFTPnet.dll) Version: 2.2.3.0

Syntax

C#
public virtual void PostLogin()
Visual Basic
Public Overridable Sub PostLogin
Visual C++
public:
virtual void PostLogin()

Remarks

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.

See Also