Skip to content

Commit

Permalink
release 19.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
robinrodricks committed Oct 11, 2017
1 parent 4dec05b commit f75333f
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -1263,10 +1263,11 @@ This is not a bug in FluentFTP. RFC959 says that EOF on stream mode transfers is
## Release Notes
#### 19.1.1
- Fix: Sometimes FtpSocketStream and FtpDataStream are not disposed in FtpSocketStream.Dispose (thanks @taoyouh)
- Fix: When downloading files in ASCII mode, file length is unreliable therefore we read until EOF (also thanks to @taoyouh)
- Fix: When downloading files in ASCII mode, file length is unreliable therefore we read until EOF
- Fix: When upload/download progress is indeterminate, send -1 instead of NaN or Infinity
- Fix: NetStream was not assigned in FtpSocketStream for .NET Standard in active FTP mode (thanks @ralftar)
- Fix: CurrentDataType was not set for ASCII transfers in DownloadFileAsync/UploadFileAsync (thanks @taoyouh)
- Fix: Sometimes FtpSocketStream and FtpDataStream are not disposed in FtpSocketStream.Dispose (thanks @taoyouh)
#### 19.1.0
- New Progress reporting for UploadFile & DownloadFile methods via IProgress
Expand Down

0 comments on commit f75333f

Please sign in to comment.