You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/diagnosis.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -60,7 +60,7 @@ Calling `isConnected()` prior to any of these methods will return `bool(false)`.
60
60
61
61
`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.
62
62
63
-
`getSFTPErrors()` and `getSFTPLastError()` work similarily for the SFTP layer.
63
+
`getSFTPErrors()` and `getLastSFTPError()` work similarily for the SFTP layer.
0 commit comments