Martin Prikryl
|
c098c23fad
Bug fix: Session.GetFile can fail, if the server responds too quickly
|
5 years ago |
Martin Prikryl
|
0d2a93b943
Bug fix: Path argument of Session.PutFile is incorrectly escaped
|
5 years ago |
Martin Prikryl
|
1710bccaba
Bug 1931: Local path argument of Session.PutFileToDirectory is incorrectly escaped
|
5 years ago |
Martin Prikryl
|
4e798aa1c4
Applying some code analyzer suggestions
|
5 years ago |
Martin Prikryl
|
76324f4fc0
.NET standard only issues
|
5 years ago |
Martin Prikryl
|
4ddfc45e8d
Bug 1923: Automatically close timed out Session
|
5 years ago |
Martin Prikryl
|
f44b80b14e
Logging close of the download stream
|
5 years ago |
Martin Prikryl
|
4309595bb0
Failure when streamed data are detected earlier than <download> tag
|
5 years ago |
Martin Prikryl
|
d2913f8dfe
Typo in a comment
|
5 years ago |
Martin Prikryl
|
311e484008
Bug 1738: Stream interface in .NET assembly (upload)
|
5 years ago |
Martin Prikryl
|
9fd355f563
Moving chunked output encoding to winscp.com, keeping the console API interface pure binary
|
5 years ago |
Martin Prikryl
|
f9ff1712ee
Comments corrections
|
5 years ago |
Martin Prikryl
|
1747f92ac3
Bug 1738 – Stream interface in .NET assembly (download)
|
5 years ago |
Martin Prikryl
|
397365c447
Redundant declaration
|
5 years ago |
Martin Prikryl
|
21d47649f0
When connecting to new SSH host, its host key can be automatically accepted in scripting and .NET assembly
|
6 years ago |
Martin Prikryl
|
b3ee247b3d
Bug 1802 – ComparisonDifference.Resolve method to process individual ComparisonDifference instances
|
6 years ago |
Martin Prikryl
|
0dd8ae2347
Bug fix: ComparisonDifference.IsDirectory was not set to true for directories
|
6 years ago |
Martin Prikryl
|
9d02c4f0ce
Convenience method Session.RemoveFile
|
6 years ago |
Martin Prikryl
|
e811586564
Factoring out GetOnlyFileOperation
|
6 years ago |
Martin Prikryl
|
79678dd885
Using nameof operator
|
6 years ago |
Martin Prikryl
|
3b88e296ab
Bug 1778: Configurable S3 root path/bucket in .NET assembly
|
6 years ago |
Martin Prikryl
|
3195d901ac
Bug 1777: Do not obsolete Session.DisableVersionCheck
|
6 years ago |
Martin Prikryl
|
fe24c90abb
Convenience methods Session.PutFileToDirectory, Session.PutFilesToDirectory, Session.GetFileToDirectory and Session.GetFilesToDirectory
|
6 years ago |
Martin Prikryl
|
70715e5b8c
Logging waiting for XML log file
|
6 years ago |
Martin Prikryl
|
f814c51ec4
Bug 1744: Failure when .NET assembly times out waiting for WinSCP to start
|
6 years ago |
Martin Prikryl
|
9938530bd0
Bug 1715: The last file transfer before creating a remote directory during synchronization is not reported with .NET assembly
|
6 years ago |
Martin Prikryl
|
f33d9b2db5
EnumerateRemoteFile mask test
|
7 years ago |
Martin Prikryl
|
fa2a0ef375
Change: Renamed RemotePath.CombinePaths to RemotePath.Combine
|
7 years ago |
Martin Prikryl
|
0661aaa75c
Bug 1371 – Synchronization preview in .NET assembly
|
7 years ago |
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 years ago |