Files
asciidisco.com/build/node_modules/basic-ftp/CHANGELOG.md
2023-08-01 13:49:46 +02:00

18 lines
341 B
Markdown

# Changelog
## 1.0.5
- Close data socket explicitly after upload is done.
## 1.0.4
- List: Some servers send confirmation on control socket before the data arrived.
## 1.0.3
- List: Wait until server explicitly confirms that the transfer is complete.
- Upload: Close data socket manually when a stream ended.
## 1.0.2
Initial release