Differences
This shows you the differences between the selected revisions of the page.
2016-04-29 | 2016-04-29 | ||
single SessionRemoteException (martin) | timeout fix (martin) | ||
Line 8: | Line 8: | ||
* Added ''Session.TranslateLocalPathToRemote'' to .NET assembly to generate a remote path equivalent of a local path, given root paths. | * Added ''Session.TranslateLocalPathToRemote'' to .NET assembly to generate a remote path equivalent of a local path, given root paths. | ||
* Change: A complete remote error message is stored into a single instance of ''SessionRemoteException'', instead of separating error details into an inner exception. | * Change: A complete remote error message is stored into a single instance of ''SessionRemoteException'', instead of separating error details into an inner exception. | ||
+ | * Preventing .NET assembly from timing out during lengthy file transfers. | ||
* Bug fix: ''Session'' instance could not be used anymore after calling ''ScanFingerprint''. | * Bug fix: ''Session'' instance could not be used anymore after calling ''ScanFingerprint''. | ||
* Bug fix: Failure when ''Session.MoveFile'' source file is not existing and its name has file mask-like syntax. [[bug>1412]] | * Bug fix: Failure when ''Session.MoveFile'' source file is not existing and its name has file mask-like syntax. [[bug>1412]] |