mirror of
https://github.com/phpseclib/phpseclib.git
synced 2024-12-26 11:37:33 +00:00
Merge branch '1.0' into 2.0
This commit is contained in:
commit
34ab00b27d
@ -3789,7 +3789,7 @@ class SFTP extends SSH2
|
||||
}
|
||||
|
||||
/**
|
||||
* Returns all errors
|
||||
* Returns all errors on the SFTP layer
|
||||
*
|
||||
* @return array
|
||||
* @access public
|
||||
@ -3800,7 +3800,7 @@ class SFTP extends SSH2
|
||||
}
|
||||
|
||||
/**
|
||||
* Returns the last error
|
||||
* Returns the last error on the SFTP layer
|
||||
*
|
||||
* @return string
|
||||
* @access public
|
||||
|
@ -4704,7 +4704,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[]
|
||||
* @access public
|
||||
@ -4715,7 +4717,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
|
||||
* @access public
|
||||
|
Loading…
Reference in New Issue
Block a user