Discuss this help topic in SecureBlackbox Forum
Specifies whether the FTP server supports REST command.
Declaration
[C#]
bool ExtRESTSupported;
[VB.NET]
Property ExtRESTSupported As Boolean
[Pascal]
property ExtRESTSupported : boolean;
[C++]
bool get_ExtRESTSupported();
[PHP]
bool get_ExtRESTSupported()
[Java]
boolean getExtRESTSupported();
Description
Use this read-only property to check whether the FTP server supports
REST (RESTART) command.
Discuss this help topic in SecureBlackbox Forum