Discuss this help topic in SecureBlackbox Forum
This read-only property contains names of extensions that can be used in the TElSftpClient.ExtensionCmd request
Declaration
[C#]
TElStringList SupportedExtensions;
[VB.NET]
Property SupportedExtensions As TElStringList
[Pascal]
property SupportedExtensions : TStringList;
[C++]
TStringList* get_SupportedExtensions();
[PHP]
TStringList get_SupportedExtensions()
[Java]
TElStringList getSupportedExtensions();
Description
Use this property to get names of extensions that can be used in the
TElSftpClient.ExtensionCmd request
Discuss this help topic in SecureBlackbox Forum