Skip to content

Commit bd2c028

Browse files
committed
SSH/Diagnosis: getSFTPLastError() -> getLastSFTPError()
1 parent a7a760d commit bd2c028

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/diagnosis.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ Calling `isConnected()` prior to any of these methods will return `bool(false)`.
6060

6161
`getErrors()` returns an array of all errors or messages that have been reported by the server at the SSH layer. `getLastError()` returns the most recent of these errors / messages.
6262

63-
`getSFTPErrors()` and `getSFTPLastError()` work similarily for the SFTP layer.
63+
`getSFTPErrors()` and `getLastSFTPError()` work similarily for the SFTP layer.
6464

6565
## getServerIdentification()
6666

0 commit comments

Comments
 (0)