Source code checked in, #22209
Refactor RequestWrite method to write one block at a time Add request synchronization for SftpWrite operation which should resolve issue of wrong or incomplete data to be written Restrict...
View ArticleSource code checked in, #22214
Refactor WaitAny handle Add ability to specify password as byte array which can be cleaned up later for security reasons
View ArticleSource code checked in, #22222
Refactor InternalUploadFile Update SftpUploadAsyncResult with actual number of bytes that was already written to the server
View ArticleSource code checked in, #22224
Add callback parameters to UploadFile, DownloadFile and ListDirectory methods to allow easy way to report progress
View ArticleSource code checked in, #22234
Fix handling of SftpFileAttributes Now only attributes that changed will be updated Fix error with changing permission for directory
View ArticleSource code checked in, #22239
Refactor key exchange and add new KeyExchangeDiffieHellmanGroupSha1 base class for easy extenstion to new new groups Add new StatusCodes to SFTP for possible future support
View ArticleSource code checked in, #22241
Refactor SFTP to prepare for multiple SFTP version support and add suport for versions 0 thru 3
View ArticleSource code checked in, #22304
Add ConnectionInfo.DEFAULT_PORT to be used as default port instead of static
View Article