Differences
This shows you the differences between the selected revisions of the page.
| 2016-02-04 | 2016-02-04 | ||
| bug 1397 (martin) | improvements to code generation and .net assembly (martin) | ||
| Line 7: | Line 7: | ||
| * TLS/SSL core upgraded to OpenSSL 1.0.2f. | * TLS/SSL core upgraded to OpenSSL 1.0.2f. | ||
| * When FTP server does not provide precise timestamp, but the timestamp otherwise matches timestamp of the last uploaded version of the file, using precise timestamp of the uploaded version instead. [[bug>1395]] | * When FTP server does not provide precise timestamp, but the timestamp otherwise matches timestamp of the last uploaded version of the file, using precise timestamp of the uploaded version instead. [[bug>1395]] | ||
| + | * Improvements to code/script generation: | ||
| + | * Suggesting command-line to use to execute generated script. | ||
| + | * Using ''-Property'' switch to initialize ''SessionOptions'' properties in PowerShell. | ||
| + | * Not using ''my'' prefix for VB.NET variables | ||
| + | * No redundant declaration of ''Session'' variable type | ||
| + | * Not highlighting script strings | ||
| + | * Bug fix: Session timeout was incorrectly set in seconds, instead of milliseconds. | ||
| * Local custom commands for local files. [[bug>1396]] | * Local custom commands for local files. [[bug>1396]] | ||
| * Retrieving seconds-precision timestamps using ''MDTM'' command, if the server provides them. [[bug>1221]] | * Retrieving seconds-precision timestamps using ''MDTM'' command, if the server provides them. [[bug>1221]] | ||
| - | * Method ''Session.ScanFingerprint'' to scan server's hostkey or certificate fingerprint. [[bug>1394]] | + | * Improvements to .NET assembly: |
| + | ····* Method ''Session.ScanFingerprint'' to scan server's hostkey or certificate fingerprint. [[bug>1394]] | ||
| + | * ''TransferOptions.ResumeSupport'' is settable. | ||
| + | * Setting ''TransferResumeSupport.Threshold'' automatically sets ''State'' to ''Smart''. | ||
| * Change: Remote custom commands cannot be executed with focus on local panel. | * Change: Remote custom commands cannot be executed with focus on local panel. | ||
| * Bug fix: Error when accessing a local directory junction on Windows XP/2003. [[bug>1392]] | * Bug fix: Error when accessing a local directory junction on Windows XP/2003. [[bug>1392]] | ||