mirror of
https://github.com/phpseclib/phpseclib.git
synced 2024-11-17 02:35:10 +00:00
Merge pull request #176 from phonzie/patch-4
SFTP: Removed dead code * phonzie/patch-4: SFTP: Removed dead code
This commit is contained in:
commit
62aafecccc
@ -1506,8 +1506,6 @@ class Net_SFTP extends Net_SSH2 {
|
|||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
|
||||||
$initialize = true;
|
|
||||||
|
|
||||||
// http://tools.ietf.org/html/draft-ietf-secsh-filexfer-13#section-8.2.3
|
// http://tools.ietf.org/html/draft-ietf-secsh-filexfer-13#section-8.2.3
|
||||||
if ($mode & NET_SFTP_LOCAL_FILE) {
|
if ($mode & NET_SFTP_LOCAL_FILE) {
|
||||||
if (!is_file($data)) {
|
if (!is_file($data)) {
|
||||||
|
Loading…
Reference in New Issue
Block a user