issues
search
FrendsPlatform
/
Frends.FTP
MIT License
0
stars
0
forks
source link
ListFiles - Major changes
#36
Closed
RikuVirtanen
closed
11 months ago
RikuVirtanen
commented
11 months ago
35
[2.0.0] - 2022-12-19
Fixed
Fixed documentation
Fixed Tests and change the Tests to use docker container.
Fixed error handling to throw specific errors from the library and not custom.
Added
Created Connection class for connection parameters.
Added FTPS options.
Added FtpMode and FtpsSslMode
Added feature which enables the Task to get files, directories or both.
Added feature which enables the Task to get files from subdirectories.
Added possibility to use certificates.
Changed
Changed return object to a List of FileItems.
Renamed most of the parameters.
Changed the target framework to .net6.
Changed the Task to async method.
35
[2.0.0] - 2022-12-19
Fixed
Added
Changed