CFtpServer::GetOptions Method  
 
DWORD GetOptions();

Return the options specified for this instance of the server.

Parameters

None.

Return Value

The current server options. For a list of available options, see Server Option Constants

Remarks

The GetOptions method returns the default options for the current instance of the server. To change the server options, use the SetOptions method.

Requirements

Minimum Desktop Platform: Windows 7 (Service Pack 1)
Minimum Server Platform: Windows Server 2008 R2 (Service Pack 1)
Header File: cstools10.h
Import Library: csftsv10.lib

See Also

SetOptions