Skip to content

Releases: wangyucode/sftp-upload-action

v2.0.2

21 Feb 17:20
Compare
Choose a tag to compare

Performance optimization

21 Feb 07:45
Compare
Choose a tag to compare
  • Asynchronously read local and remote directories before comparing them to improve performance.
  • Add new parameter compress to enable SSH connection to support compression.

Full Changelog: v1.4.9...v2.0.0

v1.4.9

20 Feb 15:47
Compare
Choose a tag to compare

What's Changed

  • Make exclude also work on remote by @IvoDeK in #20
  • dryRun default to false as mentioned in the README

New Contributors

Full Changelog: v1.4.8...v1.4.9

v1.4.8

18 Oct 10:51
Compare
Choose a tag to compare

🚀 features:

  • support private key file path as privateKey

v1.4.7

15 Oct 05:20
Compare
Choose a tag to compare

#Changes

  • make the default value of dryRun to false
  • fix bug related to removeExtraFilesOnServer

v1.4.6

03 Oct 06:27
Compare
Choose a tag to compare

add option to remove extra files on server

v1.4.5

21 Aug 07:34
Compare
Choose a tag to compare
  • fix issue 8
  • never touch or create any file if dryRun enabled
  • show a warning message if dryRun enabled

v1.4.1

16 Aug 03:35
Compare
Choose a tag to compare
  • fix issues.
  • set dryRun to true by default.
  • remove excludeMode.

v1.3.3

07 Jun 09:03
Compare
Choose a tag to compare

support input parameter: exclude

v1.3.2

04 May 15:24
Compare
Choose a tag to compare
  • update the package to the latest versions.
  • support private key.
  • support more paramaters.