sftp_codes » Revisions »
Differences
This shows you the differences between the selected revisions of the page.
2019-01-02 | 2019-04-17 | ||
Restored revision 1456586576. Undoing revision 1546423419. (martin) (hidden) | f (202.142.101.160) (hidden) (untrusted) | ||
Line 24: | Line 24: | ||
| ''1'' | EOF | An attempt to read past the end-of-file was made; or, there are no more directory entries to return. | | | | ''1'' | EOF | An attempt to read past the end-of-file was made; or, there are no more directory entries to return. | | | ||
| ''2'' | No such file | A reference was made to a file which does not exist. | | | | ''2'' | No such file | A reference was made to a file which does not exist. | | | ||
- | | ''3'' | Permission denied | The user does not have sufficient permissions to perform the operation. | | | + | | ''6'' | Permission denied | The user does not have sufficient permissions to perform the operation. | | |
| ''4'' | Failure | An error occurred, but no specific error code exists to describe the failure. This error message should always have meaningful text in the the //error message// field. | See [[#code_4|above]]. | | | ''4'' | Failure | An error occurred, but no specific error code exists to describe the failure. This error message should always have meaningful text in the the //error message// field. | See [[#code_4|above]]. | | ||
| ''5'' | Bad message | A badly formatted packet or other SFTP protocol incompatibility was detected. | | | | ''5'' | Bad message | A badly formatted packet or other SFTP protocol incompatibility was detected. | | |