Differences

This shows you the differences between the selected revisions of the page.

2013-10-25 2013-11-15
advanced session settings now exclude also sync browsing state and color (martin) 5.2.6 counters (martin)
Line 30: Line 30:
| ''Beta'' | Using a beta version? | 5.2.5 | | ''Beta'' | Using a beta version? | 5.2.5 |
| ''InProgramFiles'' | Is WinSCP installed in default //Program Files// folder? | | | ''InProgramFiles'' | Is WinSCP installed in default //Program Files// folder? | |
 +| ''TypicalInstallation'' | Was typical installation mode used to [[installation|install]] WinSCP? | 5.2.6 |
 +| ''ConfigurationIniFile'' | Using an [[config#ini|INI file]] for configuration storage. | 5.2.6 |
| ''Locale'' | Locale ([[languages|translation]]) of WinSCP. | | | ''Locale'' | Locale ([[languages|translation]]) of WinSCP. | |
| ''FirstUse'' | Time of first WinSCP use (of any version). | | | ''FirstUse'' | Time of first WinSCP use (of any version). | |
Line 79: Line 81:
| ''Upgrades'' | Number of WinSCP upgrades (runs, where previously run WinSCP version was older). | | | ''Upgrades'' | Number of WinSCP upgrades (runs, where previously run WinSCP version was older). | |
| ''Downgrades'' | Number of WinSCP downgrades (runs, where previously run WinSCP version was higher). | | | ''Downgrades'' | Number of WinSCP downgrades (runs, where previously run WinSCP version was higher). | |
 +| ''Uploads'' | Number of [[task_upload|uploads]]. Includes all means of upload, including, but not limited to those in below categories. Contrary to counter below, excludes transfers for which total transfer size was not known (those not included into ''UploadedBytes''). | 5.2.6 |
| ''UploadsCommand'' | Number of [[task_upload|uploads]] using menu or keyboard. | | | ''UploadsCommand'' | Number of [[task_upload|uploads]] using menu or keyboard. | |
| ''DownloadsCommand'' | Number of [[task_download|downloads]] using menu or keyboard. | | | ''DownloadsCommand'' | Number of [[task_download|downloads]] using menu or keyboard. | |
Line 90: Line 93:
| ''OperationMaskUses'' | Number of transfers and synchronizations that made use of [[operation_mask|operation mask]]. | 5.0.8 | | ''OperationMaskUses'' | Number of transfers and synchronizations that made use of [[operation_mask|operation mask]]. | 5.0.8 |
| ''UploadedFiles'' | Number of [[task_upload|uploaded]] files (excluding background transfers). | | | ''UploadedFiles'' | Number of [[task_upload|uploaded]] files (excluding background transfers). | |
 +| ''UploadedBytes'' | Total size of uploaded files (for transfers for which total transfer size was known). In 10 KiB. | 5.2.6 |
 +| ''MaxUploadSize'' | Maximal size of single upload batch. In 10 KiB. | 5.2.6 |
| ''DownloadedFiles'' | Number of [[task_download|downloaded]] files (excluding background transfers). | | | ''DownloadedFiles'' | Number of [[task_download|downloaded]] files (excluding background transfers). | |
 +| ''DownloadedBytes'' | Total size of downloaded files (for transfers for which total transfer size was known). In 10 KiB. | 5.2.6 |
 +| ''MaxDownloadSize'' | Maximal size of single download batch. In 10 KiB. | 5.2.6 |
| ''OpenedSessionsSCP'' | Number of [[task_connections|connection attempts]] using [[scp|SCP protocol]]. | | | ''OpenedSessionsSCP'' | Number of [[task_connections|connection attempts]] using [[scp|SCP protocol]]. | |
| ''OpenedSessionsSFTP'' | Number of connection attempts using [[sftp|SFTP protocol]]. | | | ''OpenedSessionsSFTP'' | Number of connection attempts using [[sftp|SFTP protocol]]. | |
Line 100: Line 107:
| ''OpenedSessionsXmlLog'' | Number of connection attempts with [[logging_xml|XML logging]] enabled. | | | ''OpenedSessionsXmlLog'' | Number of connection attempts with [[logging_xml|XML logging]] enabled. | |
| ''OpenedSessionsFailed'' | Number of connection attempts that failed. | 5.2 | | ''OpenedSessionsFailed'' | Number of connection attempts that failed. | 5.2 |
 +| ''OpenedSessionsSSH1'' | Number of opened sessions using version 1 of [[ssh|SSH protocol]]. | 5.2.6 |
 +| ''OpenedSessionsSSH2'' | Number of opened sessions using version 2 of [[ssh|SSH protocol]]. | 5.2.6 |
| ''OpenedSessionsSFTP0'' | Number of opened sessions using version 0 of [[sftp|SFTP protocol]]. | 5.2.5 | | ''OpenedSessionsSFTP0'' | Number of opened sessions using version 0 of [[sftp|SFTP protocol]]. | 5.2.5 |
| ''OpenedSessionsSFTP1'' | As above, version 1. | 5.2.5 | | ''OpenedSessionsSFTP1'' | As above, version 1. | 5.2.5 |
Line 107: Line 116:
| ''OpenedSessionsSFTP5'' | As above, version 5. | 5.2.5 | | ''OpenedSessionsSFTP5'' | As above, version 5. | 5.2.5 |
| ''OpenedSessionsFTPMLSD'' | Number of opened sessions to FTP server supporting ''MLSD'' command. | 5.2.5 | | ''OpenedSessionsFTPMLSD'' | Number of opened sessions to FTP server supporting ''MLSD'' command. | 5.2.5 |
 +| ''OpenedSessionsFTPLIST'' | Number of opened sessions to FTP server not supporting ''MLSD'' command. | 5.2.6 |
| ''OpenedSessionsFTPUTF8'' | Number of opened sessions to FTP server supporting [[ui_login_environment#utf|UTF-8 encoding of files names]]. | 5.2.5 | | ''OpenedSessionsFTPUTF8'' | Number of opened sessions to FTP server supporting [[ui_login_environment#utf|UTF-8 encoding of files names]]. | 5.2.5 |
-| ''OpenedSessionsFTPWindowsPath'' | Number of opened sessions to FTP server using Windows-style paths (''C:/Windows''). | 5.2.5 |+| ''OpenedSessionsFTPNonUTF8'' | Number of opened sessions to FTP server not supporting UTF-8 encoding of files names. | 5.2.6 | 
 +| ''OpenedSessionsFTPWindowsPath'' | Number of opened sessions to FTP server using Windows-style paths with supported forward slashes (''C:/Windows''). | 5.2.5
 +| ''OpenedSessionsFTPRealWindowsPath'' | Number of opened sessions to FTP server using Windows-style paths with unsupported backward slashes (''C:\Windows''). | 5.2.6 |
| ''OpenedSessionsFTPOtherPath'' | Number of opened sessions to FTP server not using Unix nor Windows-style paths (e.g. VMS). | 5.2.5 | | ''OpenedSessionsFTPOtherPath'' | Number of opened sessions to FTP server not using Unix nor Windows-style paths (e.g. VMS). | 5.2.5 |
| ''MaxOpenedSessions'' | Maximal number of [[task_connections|opened sessions]] at the same time. | | | ''MaxOpenedSessions'' | Maximal number of [[task_connections|opened sessions]] at the same time. | |

Last modified: by martin