first commit

This commit is contained in:
s.golasch
2023-08-01 13:49:46 +02:00
commit 1fc239fd54
20238 changed files with 3112246 additions and 0 deletions

18
build/node_modules/basic-ftp/CHANGELOG.md generated vendored Normal file
View File

@@ -0,0 +1,18 @@
# 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