:GetStatus()


Class

     aprFTP()

 

Syntax

     :GetStatus( [hSession] ) -> cStatus

 

Parameters

 

hSession

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

 

Return

Remote server status.

 

Description

The :GetStatus() method requests that the remote server return status information about itself.

 

This method sends the STAT command to the remote server.

The format for the information returned depends on the server type.

Typically it is a description of the server platform, version, current user and file transfer options.

 

See Also

:GetSystemInfo()