Skip to content

Releases: faridprogrammer/ftp.client

Release v2.0.0

13 Feb 08:08
Compare
Choose a tag to compare

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

08 Feb 05:06
Compare
Choose a tag to compare
  • Added download-folder command
  • Added active_ports option
  • Some refactorings

Added debug option

30 Jan 09:45
Compare
Choose a tag to compare

Added debug option, you can enable it with the following switch on any command.

-d, --debug Enables detailed logging.

V1.0.2

24 Jan 09:15
Compare
Choose a tag to compare

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

26 Dec 04:43
Compare
Choose a tag to compare

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.