mirror of
https://github.com/phpseclib/phpseclib.git
synced 2025-02-15 10:01:39 +00:00
Merge branch '1.0' into 2.0
This commit is contained in:
commit
0926c4286e
@ -144,6 +144,11 @@ class SCP
|
||||
return false;
|
||||
}
|
||||
|
||||
if (empty($remote_file)) {
|
||||
user_error('remote_file cannot be blank', E_USER_NOTICE);
|
||||
return false;
|
||||
}
|
||||
|
||||
if (!$this->ssh->exec('scp -t ' . escapeshellarg($remote_file), false)) { // -t = to
|
||||
return false;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user