Rebex FTP for .NET

Ftp.BeginGetSystemName Method 

Returns the name of the remote OS.

public IAsyncResult BeginGetSystemName(
   AsyncCallback callback,
   object state
);

Parameters

callback
An optional asynchronous callback to be called when the operation is complete.
state
A user-provided object that identifies this particular asynchronous operation.

Return Value

An IAsyncResult that references the asynchronous operation.

Remarks

Represents FTP SYST command.

Some servers do not support SYST command and most servers return very inaccurate responses.

See Also

Ftp Class | Rebex.Net Namespace