Martin Prikryl
|
809cf184ac
Bug 1821: Alternative way to provide credentials in scripting/command-line without URL-encoding
|
5 年之前 |
Martin Prikryl
|
c472858e48
Bug 1841: Import site-specific key files from FileZilla
|
5 年之前 |
Martin Prikryl
|
4b8e734d1e
Bug 1835: Disable TLS 1.3 by default until it is better tested
|
5 年之前 |
Martin Prikryl
|
0e4e2e6bc8
It is possible to configure TLS 1.3 restrictions
|
5 年之前 |
Martin Prikryl
|
c43cde2bd9
Bug 1799: Master password prompt unintentionally appears when selecting site folder with a site with an encrypted password
|
6 年之前 |
Martin Prikryl
|
4186858f7d
Do not collect those PuTTY settings that WinSCP sets on its own
|
6 年之前 |
Martin Prikryl
|
46a9c8fed9
Bug 1798: Allow configuring additional PuTTY settings (e.g. terminal settings) to be used when opening a session in PuTTY
|
6 年之前 |
Martin Prikryl
|
9e338c4b9b
Bug fix: SFTP only options were shown for SCP sites on Advanced Site Settings dialog
|
6 年之前 |
Martin Prikryl
|
f500b385aa
Bug 150: Resolve local environment variables in initial session local path
|
6 年之前 |
Martin Prikryl
|
5a0488ca09
Bug 1632: Support S3 servers with Path URI style (like Minio)
|
6 年之前 |
Martin Prikryl
|
177f67ba48
Raw site settings editor
|
6 年之前 |
Martin Prikryl
|
754f418e57
Custom command pattern !E preserves session name + Added SessionOptions.Name and SessionOptions.ToString (returning the .Name)
|
6 年之前 |
Martin Prikryl
|
22a9f710fc
Bug 416: Selection of network interface
|
6 年之前 |
Martin Prikryl
|
b53ebad494
Bug fix: When default session setting has any password stored, Login dialog always opens on NewSite page
|
6 年之前 |
Martin Prikryl
|
333ef767b0
When adding encryption key to existing site, ask for master password before session saving starts
|
6 年之前 |
Martin Prikryl
|
384fdf63bb
When saving an edited site or default settings, WinSCP prompted for the master password, even when the site does not have any password to protect
|
6 年之前 |
Martin Prikryl
|
dfdbdc4414
Optimization
|
6 年之前 |
Martin Prikryl
|
b98866adec
Host key and certificate fingerprint verification improvements:
|
6 年之前 |
Martin Prikryl
|
7b03eba50b
Bug 1756: Site folder loses names of its sites
|
6 年之前 |
Martin Prikryl
|
2061ad0031
Bug fix: It was not possible to mass-modify stored sites, when a master password was set (2nd)
|
6 年之前 |
Martin Prikryl
|
e67d16ab1d
Bug fix: Ad hoc site opened from a workspace showed its internal number a name instead of a friendly generated name
|
6 年之前 |
Martin Prikryl
|
2a5db2878f
Bug fix: It was not possible to mass-modify stored sites, when a master password was set
|
6 年之前 |
Martin Prikryl
|
64141068d7
Bug fix: When only encrypted session setting (like passwords) were changed during mass-modification, changes were not saved
|
6 年之前 |
Martin Prikryl
|
8ce20a988b
Merge branch 'thirdparty_dev' into dev + Plus minimal changes in code needed to make it compile and pass unit tests + Other changes are pending
|
6 年之前 |
Martin Prikryl
|
90b6b6fd13
Missing new line at the end of generated VB.NET code
|
7 年之前 |
Martin Prikryl
|
4320b8e51b
Bug fix: Generated code included redundant PortNumber raw settings settings setter for all sessions not using port 22.
|
7 年之前 |
Martin Prikryl
|
5749507928
Bug 1695: Allow connecting to Amazon S3 using non-default endpoints
|
7 年之前 |
Martin Prikryl
|
1c4def2d13
Bug 1694: Optionally consider exit code 1 an error when executing a shell command on a server
|
7 年之前 |
Martin Prikryl
|
f336c058ec
Redundant code
|
7 年之前 |
Martin Prikryl
|
78506ae1b7
Transfer settings that do not have a dedicated scripting switch or a .NET TransferSettings property can be set using -rawtransfesettings switch or TransferSettings.AddRawSettings method + Generated script/code can generate these + Tests that previously used AddRawConfiguration(@"Interface\CopyParam\...), use AddRawSettings now. + It's possible to limit number of command line parameters used for open-ended switches like -rawconfig, -rawsettings and -rawtransfesettings using syntax -switch[count] + Fixing GetFilesExcludeEmptyDirectories test (it didn't upload hidden files previously)
|
7 年之前 |