Differences
This shows you the differences between the selected revisions of the page.
2005-01-04 | 2005-01-04 | ||
created (martin) | putty tis link (martin) | ||
Line 55: | Line 55: | ||
| [Login.dfm] ...PingDummyCommandButton.Caption | By dummy I mean command that does in fact nothing (or at least it does not change anything). For SCP I do "echo something", for SFTP I get properties of root directory. | | | [Login.dfm] ...PingDummyCommandButton.Caption | By dummy I mean command that does in fact nothing (or at least it does not change anything). For SCP I do "echo something", for SFTP I get properties of root directory. | | ||
| [NonVisual.dfm] ...SynchorizeBrowsingAction.Caption | It is used with Norton Commander-style interface only. It is a switch. When it is on, and you enter i.e. "www" folder on local panel, same folder is opened on remote panel and vice versa. | | | [NonVisual.dfm] ...SynchorizeBrowsingAction.Caption | It is used with Norton Commander-style interface only. It is a switch. When it is on, and you enter i.e. "www" folder on local panel, same folder is opened on remote panel and vice versa. | | ||
- | | [NonVisual.dfm] ...AuthTISCheck.Caption | [[http://the.earth.li/~sgtatham/putty/0.53b/htmldoc/Chapter4.html#4.18.1|Attempt TIS or CryptoCard authentication]] | | + | | [NonVisual.dfm] ...AuthTISCheck.Caption | [[&url(puttytis)|Attempt TIS or CryptoCard authentication]] | |
| [TextsCore1.rc] DETECT_RETURNVAR_ERROR | WinSCP in SCP mode tries to detect first, if in current user shell $? or $status variable contain result of the last command. | | | [TextsCore1.rc] DETECT_RETURNVAR_ERROR | WinSCP in SCP mode tries to detect first, if in current user shell $? or $status variable contain result of the last command. | | ||
| [TextsCore1.rc] SFTP_SERVER_MESSAGE_ UNSUPPORTED | It is used for "Error message from server" in SFTP_ERROR_FORMAT, when SFTP cannot provide one. | | | [TextsCore1.rc] SFTP_SERVER_MESSAGE_ UNSUPPORTED | It is used for "Error message from server" in SFTP_ERROR_FORMAT, when SFTP cannot provide one. | |