Releases: faridprogrammer/ftp.client
Releases · faridprogrammer/ftp.client
Release v2.0.0
Added the following commands
connect
disconnect
exit
These commands help to use the ftp.client as a separate shell and share the same connection between ftp commands.
Release v1.0.4
- Added
download-folder
command - Added
active_ports
option - Some refactorings
Added debug option
Added debug option, you can enable it with the following switch on any command.
-d, --debug Enables detailed logging.
V1.0.2
In this version, I have added the certificate validation.
You need to add the certificate hash string as a parameter shown below, to do the validation.
-r, --certificate Certificate string. If this parameter has been set then the validation will occur.
Full Changelog: https://github.com/faridprogrammer/ftp.client/commits/V1.0.2
V1.0
This version has two basic commands
fetch-folder
upload-file
You can find out about the basic usage of these two commands in the main readme of the repository.