Discuss this help topic in SecureBlackbox Forum
This property specifies the command which is
executed on server
Declaration
[C#/Java]
string Command;
[VB.NET]
Property Command As String
[Pascal]
property Command : string;
[C++]
void get_Command(std::string &OutResult);
void set_Command(const std::string &Value);
[PHP]
string get_Command()
void set_Command(string $Value)
Description
Assign this property a command which
you want to execute on a server side (for example,
«ls -l | grep myfile»)
Discuss this help topic in SecureBlackbox Forum