sftp_codes » Revisions »
Differences
This shows you the differences between the selected revisions of the page.
2016-02-27 | 2019-06-27 | ||
https (martin) | Grammatical error (132.183.4.2) | ||
Line 46: | Line 46: | ||
| ''23'' | Invalid parameter | One of the parameters was out of range, or the parameters specified cannot be used together. | | | | ''23'' | Invalid parameter | One of the parameters was out of range, or the parameters specified cannot be used together. | | | ||
| ''24'' | File is a directory | The specified file was a directory in a context where a directory cannot be used. | | | | ''24'' | File is a directory | The specified file was a directory in a context where a directory cannot be used. | | | ||
- | | ''25'' | Range lock conflict | An read or write operation failed because another process's mandatory byte-range lock overlaps with the request. | WinSCP does not use byte range locking. | | + | | ''25'' | Range lock conflict | A read or write operation failed because another process's mandatory byte-range lock overlaps with the request. | WinSCP does not use byte range locking. | |
| ''26'' | Range lock refused | A request for a byte range lock was refused. | WinSCP does not use byte range locking. | | | ''26'' | Range lock refused | A request for a byte range lock was refused. | WinSCP does not use byte range locking. | | ||
| ''27'' | Delete pending | An operation was attempted on a file for which a delete operation is pending. | | | | ''27'' | Delete pending | An operation was attempted on a file for which a delete operation is pending. | | |