mirror of
https://github.com/phpseclib/phpseclib.git
synced 2024-12-26 19:40:28 +00:00
Merge branch '2.0' into 3.0
This commit is contained in:
commit
8f3a66547a
@ -3446,7 +3446,7 @@ class SFTP extends SSH2
|
||||
}
|
||||
|
||||
/**
|
||||
* Returns all errors
|
||||
* Returns all errors on the SFTP layer
|
||||
*
|
||||
* @return array
|
||||
*/
|
||||
@ -3456,7 +3456,7 @@ class SFTP extends SSH2
|
||||
}
|
||||
|
||||
/**
|
||||
* Returns the last error
|
||||
* Returns the last error on the SFTP layer
|
||||
*
|
||||
* @return string
|
||||
*/
|
||||
|
@ -4730,7 +4730,9 @@ class SSH2
|
||||
}
|
||||
|
||||
/**
|
||||
* Returns all errors
|
||||
* Returns all errors / debug messages on the SSH layer
|
||||
*
|
||||
* If you are looking for messages from the SFTP layer, please see SFTP::getSFTPErrors()
|
||||
*
|
||||
* @return string[]
|
||||
*/
|
||||
@ -4740,7 +4742,9 @@ class SSH2
|
||||
}
|
||||
|
||||
/**
|
||||
* Returns the last error
|
||||
* Returns the last error received on the SSH layer
|
||||
*
|
||||
* If you are looking for messages from the SFTP layer, please see SFTP::getLastSFTPError()
|
||||
*
|
||||
* @return string
|
||||
*/
|
||||
|
Loading…
Reference in New Issue
Block a user