Latest JAS v1.1.0
144 plugins online

Code / CLI / sshFiles

CLI :: sshFiles
Method
include/cli.php

Description...

Arguments

path = false
Argument
private_key = false
Argument
public_key = false
Argument
known_hosts = false
Argument

Return values

Boolean
Returns

Examples

CLI SshFiles method example
PHP
<?
  $cli->sshFiles($path = false, $private_key = false, $public_key = false, $known_hosts = false);  //Call CLI::sshFiles method
?>

Comments (0)