Differences
This shows you the differences between the selected revisions of the page.
| messages 2025-12-23 | messages 2026-04-02 (current) | ||
| Line 273: | Line 273: | ||
| Learn how to [[guide_public_key|*]]. | Learn how to [[guide_public_key|*]]. | ||
| - | ===== [[permission_denied]] Aby Ja Jaake Kam kar apna ===== | + | ===== [[permission_denied]] Permission denied ===== |
| You do not have sufficient permissions (access rights) to a resource, such as a file or directory, to perform the operation. | You do not have sufficient permissions (access rights) to a resource, such as a file or directory, to perform the operation. | ||
| Line 284: | Line 284: | ||
| * To create or delete file you need have a write permissions to the directory; | * To create or delete file you need have a write permissions to the directory; | ||
| * To change file or directory permissions you need to be its owner; | * To change file or directory permissions you need to be its owner; | ||
| - | * To change file modification time you need to be its owner : Updated By Arslan Zamir (note that by default WinSCP [[ui_transfer_custom#common|updates file modification time]] when uploading). | + | * To change file modification time you need to be its owner (note that by default WinSCP [[ui_transfer_custom#common|updates file modification time]] when uploading). |
| ===== [[too_many_authentication_failures]] Server sent disconnect message type 2 (protocol error): "Too many authentication failures for root" ===== | ===== [[too_many_authentication_failures]] Server sent disconnect message type 2 (protocol error): "Too many authentication failures for root" ===== | ||
| This message is produced by an OpenSSH (or Sun SSH) server if it receives more failed authentication attempts than it is willing to tolerate. | This message is produced by an OpenSSH (or Sun SSH) server if it receives more failed authentication attempts than it is willing to tolerate. | ||
| - | This can easily happen if you are using [[ui_pageant|Pageant]] and have a large number of keys loaded into it, since these servers count each offer of a public key as an authentication attempt. This can be worked around by specifying the key that's required for the authentication in the [[ui_login#session_settings]]; WinSCP will ignore any other keys Pageant may have, but will ask Pageant to do the authentication, so that you don't have to type your passphrase. ((&puttydoccite)) | + | This can easily happen if you are using an authentication agent (like [[ui_pageant|Pageant]]) and have a large number of keys loaded into it, since these servers count each offer of a public key as an authentication attempt. This can be worked around by specifying the key that's required for the authentication in the [[ui_login#session_settings]]; WinSCP will ignore any other keys the agent may have, but will ask the agent to do the authentication, so that you don't have to type your passphrase. ((&puttydoccite)) |
| ===== [[key_is_of_wrong_type]] Unable to use this private key file, Couldn't load private key, Key is of wrong type ===== | ===== [[key_is_of_wrong_type]] Unable to use this private key file, Couldn't load private key, Key is of wrong type ===== | ||