:GetSystemInfo()


Class

     aprFTP()

 

Syntax

     :GetSystemInfo( [hSession] ) -> cSysInfo

 

Parameters

 

hSession

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

 

Return

String containing the remote server System Info.

 

Description

The :GetSystemInfo() method returns information about the remote server, typically including the operating system type, version and platform.

 

This method sends the SYST command to the remote server.

The first word will identify the type of operating system.

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

Typically it is a description of the operating system version and hardware platform.

 

See Also

:Connect(), :GetStatus()