edtFTPnet/PRO - Secure FTP component for .NET | Free Trial | Pricing
Called after the user has been successfully logged in.

Namespace: EnterpriseDT.Net.Ftp
Assembly: edtFTPnetPRO (in edtFTPnetPRO.dll) Version: 9.4.0.40

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