edtFTPnet/PRO - Secure FTP component for .NET | Free Trial | Pricing

SecureFTPConnectionPostLogin Method

Called after the user has been successfully logged in.

Definition

Namespace: EnterpriseDT.Net.Ftp
Assembly: edtFTPnetPRO (in edtFTPnetPRO.dll) Version: 12.7.0.0
C#
public override 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