Releases: Guichaguri/MinimalFTP
Releases · Guichaguri/MinimalFTP
v1.0.6
v1.0.5
- Fixed memory leak when connections were closed by the client
- Fixed support with Chromium
- Added more documentation
- Added directory checks in
cwd
,list
,nlst
,mlst
andmlsd
v1.0.4
- Added EPSV
- Added EPRT
- Added LPSV
- Added LPRT
- Added MD5
- Added HASH
- Added MLST options
- Fixed MLSD and MLST
- Relicensed to Apache 2.0
v1.0.3
- Added FEAT support
- Added OPTS support
- Added MLST support
- Added MLSD support
- Added MFMT support
v1.0.2
- Changed the package name
- Added basic TLS/SSL security support
- Added AUTH, PBSZ and PROT commands
v1.0.1
- Added REST, ABOR, SMNT commands
- Added connection timeout
- Improved the command system
v1.0.0
- First Version including:
- Support to 38 FTP commands
- A simple API