:Logout()


Class

     aprFTP()

 

Syntax

     :Logout( [hSession] ) -> lSuccess

 

Parameters

 

hSession

Optional: If hSession is not passed, the value in :Session will be used

 

Return

Logical indicating Success.

Returns .T. if the operation succeeds, otherwise returns .F.

To get further error information see :nErr and :cErr

 

Description

The :Logout() method logs out the user associated with the current client session. Before any further action may be taken, other than disconnecting from the server, the :Login() method must be called to reauthenticate the client.

 

See Also

:Connect(), :Disconnect(), :Login()