'Declaration Public Function ExecuteShellCommand( _ ByVal request As System.String, _ Optional ByVal timeout As System.Integer _ ) As System.String
'Usage Dim instance As SFTP Dim request As System.String Dim timeout As System.Integer Dim value As System.String value = instance.ExecuteShellCommand(request, timeout)
public function ExecuteShellCommand( request: System.String; timeout: System.Integer ): System.String;
Parameters
- request
- The command to execute
- timeout
- Timeout, msec
Return Value
Response