Chilkat 9.0.7 Release Notes
The following changes, fixes, and new features are available in version 9.0.7.
SFTP
- Performance improvements for upload and download transfer rates.
- MaxPacketSize property default changed to 8192, which seems to be optimal in most cases.
- Added the following methods/properties: AccumulateBytes, AccumulateBuffer, ClearAccumulateBuffer.
FTP2
- Modes 4 and 5 added to SyncRemoteTree:
mode 4 = transfer missing files or files with size differences. mode 5 = same as mode 4, but also newer files.
- PutPlan — FtpPercentDone event will fire such that each item in an N-line plan represents 1/Nth of the total.
RSA
- Added the NoUnpad property to allow decrypting RSA-encrypted data with no padding. (in cases where neither PKCS v1.5 or OAEP padding is used)
Zip
- Fixed Zip w/ WinZip AES encryption where AES is indicated by requiredVersion (>= 5.1)/bitflags (bit 6) instead of compression method of 99.
HTTP
- Added new methods: PostUrlEncoded, PostBinary, QuickGetObj.
- Added the SessionLogFilename property to log exact HTTP requests and responses to a file so it is easier to see exactly what transpires between client and server.
- Added the ProgressInfo event
- Added new event-log properties and methods: KeepEventLog, EventLogCount, EventLogName, EventLogValue, ClearEventLog.
- Added a set of properties and methods to allow for any HTTP method to be run asynchronously in a background thread. This pattern (i.e. set of methods and properties) will be applied to other Chilkat components to “background-enable” (i.e. provide asynchronous capability). The methods and properties are: UseBgThread, BgTaskRunning, BgTaskFinished, BgTaskSuccess, BgLastErrorText, BgTaskAbort, BgResultString, BgResultInt, BgResponseObject, and BgResultData.
XML
- Added the ChilkatPath method.
admin
0
Tags :