PackageTrack
Sign in Get early access

github.com/bramvdbogaerde/go-scp

v1.6.1 #3704 most downloaded on Go modules bramvdbogaerde/go-scp

What this package is like to depend on

Last release 1 months ago

16 Jul 2026

Release timing varies

gaps range from 1 weeks to 9 months

Most releases are documented

notes for 7 of 9 stable releases

Nothing withdrawn

no release was ever pulled

9 years old

47 releases · first in 2017

2 releases in the last 12 months

see the full history below

Release timeline

47 releases · Sep 2017 to Jul 2026
2018 2019 2020 2021 2022 2023 2024 2025 2026
Release Pre-release

Releases

latest 47
  1. v1.6.1 16 Jul 2026
    Release notes

    What's Changed

    • To address critical security vulnerability in golang/x/crypto: Bump golang.org/x/crypto from 0.18.0 to 0.52.0 by @dependabot[bot] in #91

    Full Changelog: v1.6.0...v1.6.1

    Open source →
  2. v1.6.0 27 Nov 2025
    Release notes

    This release fixes an important performance bug caused by incorrectly calculating the number of remaining bytes to be copied when using the CopyN function.

    What's Changed

    Full Changelog: v1.5.0...v1.6.0

    Open source →
  3. v1.5.1-0.20250315234734-c2410915e3da 15 Mar 2025 pre-release

    Nothing published for this version

  4. v1.5.0 21 Jun 2024
    Release notes

    What's Changed

    • Feat: Implement -p scp option by @datadius in #81
    • Fix: Use strconv.ParseInt for 64-bit values on 32-bit systems by @Codycody31 in #87

    New Contributors

    Full Changelog: v1.4.0...v1.5.0

    Open source →
  5. v1.4.1-0.20240621071810-5ac859521f65 21 Jun 2024 pre-release

    Nothing published for this version

  6. v1.4.1-0.20240526133328-71c740620334 26 May 2024 pre-release

    Nothing published for this version

  7. v1.4.1-0.20240428162038-db7cf4f3ec29 28 Apr 2024 pre-release

    Nothing published for this version

  8. v1.4.0 31 Mar 2024
    Release notes

    This release changes the behavior of the Close method. Whereas before Close would close any ssh.Client used as the underlying transport for this library, this version only closes the ssh.Client whenever it is managed by the library. This release therefore addresses issue #79 specifically.

    We think that this warrants a bump in the minor release of this library since these changes could break existing workflows were it is expected that Close() also closes user provided clients. If only NewClient() and Connect() is used no changes are required.

    Full Changelog: v1.3.0...v1.4.0

    Open source →
  9. v1.3.1-0.20240208083535-6d16fff94b41 08 Feb 2024 pre-release

    Nothing published for this version

  10. v1.3.1-0.20240205190545-e5779a536a15 05 Feb 2024 pre-release

    Nothing published for this version

  11. v1.3.0 04 Feb 2024
    Release notes

    What's Changed

    Features

    Bugfixes

    • Fixed race condition where the remote command was not started before sending data

    Maintenance

    • Bump golang.org/x/crypto from 0.0.0-20210513164829-c07d793c2f9a to 0.1.0 by @dependabot in #72
    • Bumped minimum Golang version from 1.13 to 1.17

    New Contributors

    Full Changelog: v1.2.1...v1.3.0

    Open source →
  12. v1.2.2-0.20230926061223-0350bf9c320d 26 Sep 2023 pre-release

    Nothing published for this version

  13. v1.2.2-0.20230301101243-ccebbd653cea 01 Mar 2023 pre-release

    Nothing published for this version

  14. v1.2.1 30 Dec 2022
    Release notes

    What's Changed

    • Some code style fixes by @dshemin in #53
    • fix: CopyRemotePassThru blocked on writing to error channel by @262nos in #56
    • fix: Data race in CopyPassThru by @mafredri in #66

    New Contributors

    Full Changelog: v1.2.0...v1.2.1

    Open source →
  15. v1.2.1-0.20221230113807-c1ef44b3d728 30 Dec 2022 pre-release

    Nothing published for this version

  16. v1.2.1-0.20221219230748-977ee74ac37b 19 Dec 2022 pre-release

    Nothing published for this version

  17. v1.2.1-0.20221123115109-607fd1f5015c 23 Nov 2022 pre-release

    Nothing published for this version

  18. v1.2.1-0.20220904182223-71df80a4808a 04 Sep 2022 pre-release

    Nothing published for this version

  19. v1.2.1-0.20220413173232-4c4cfd8c5f70 13 Apr 2022 pre-release

    Nothing published for this version

  20. v1.2.1-0.20220319100727-f3f1fb3bfe71 19 Mar 2022 pre-release

    Nothing published for this version

  21. v1.2.1-0.20211228191051-643f13f895bc 28 Dec 2021 pre-release

    Nothing published for this version

  22. v1.2.0 27 Dec 2021
    Release notes

    Changes:

    [DOCS] Use CopyFromFile instead of CopyFile in the README.md which introduced memory issues, as the entire file is loaded into memory to determine its size. CopyFromFile instead determine the size of the file by reading it from the file system (using stat())
    [BREAKING] All copy methods now include a "context" parameter, which can be used as generic mechanism to add a timeout, or to embed the library into larger applications which are passing contexts around already.

    Open source →
  23. v1.1.1-0.20211223194855-de022c2139c4 23 Dec 2021 pre-release

    Nothing published for this version

  24. v1.1.1-0.20210826030234-06a98d03d671 26 Aug 2021 pre-release

    Nothing published for this version

  25. v1.1.0 04 Aug 2021

    Nothing published for this version

  26. v1.0.0 27 May 2021

    Nothing published for this version

  27. v0.0.0-20230926061223-0350bf9c320d 26 Sep 2023 pre-release

    Nothing published for this version

  28. v0.0.0-20230301101243-ccebbd653cea 01 Mar 2023 pre-release

    Nothing published for this version

  29. v0.0.0-20210527193300-acf430e39785 27 May 2021 pre-release

    Nothing published for this version

  30. v0.0.0-20210526132241-877482f5981e 26 May 2021 pre-release

    Nothing published for this version

  31. v0.0.0-20210523202602-09d6de934e8b 23 May 2021 pre-release

    Nothing published for this version

  32. v0.0.0-20210523201934-ae3adbabbba3 23 May 2021 pre-release

    Nothing published for this version

  33. v0.0.0-20210327204631-70ee53679fc9 27 Mar 2021 pre-release

    Nothing published for this version

  34. v0.0.0-20201229172121-7a6c0268fa67 29 Dec 2020 pre-release

    Nothing published for this version

  35. v0.0.0-20200820121624-ded9ee94aef5 20 Aug 2020 pre-release

    Nothing published for this version

  36. v0.0.0-20200518191442-5c8efdd1d925 18 May 2020 pre-release

    Nothing published for this version

  37. v0.0.0-20200119201711-987556b8bdd7 19 Jan 2020 pre-release

    Nothing published for this version

  38. v0.0.0-20191005185035-c96fe084709e 05 Oct 2019 pre-release

    Nothing published for this version

  39. v0.0.0-20190831150028-46baf5a32069 31 Aug 2019 pre-release

    Nothing published for this version

  40. v0.0.0-20190531185457-8e071620938c 31 May 2019 pre-release

    Nothing published for this version

  41. v0.0.0-20190525113804-cdc2235e3261 25 May 2019 pre-release

    Nothing published for this version

  42. v0.0.0-20190409174733-583e65a51240 09 Apr 2019 pre-release

    Nothing published for this version

  43. v0.0.0-20190305190954-9ef81d36140b 05 Mar 2019 pre-release

    Nothing published for this version

  44. v0.0.0-20181214203537-0959688e0628 14 Dec 2018 pre-release

    Nothing published for this version

  45. v0.0.0-20181001190121-c5b21326d6ed 01 Oct 2018 pre-release

    Nothing published for this version

  46. v0.0.0-20180523150201-0edf4f69e523 23 May 2018 pre-release

    Nothing published for this version

  47. v0.0.0-20170919175937-e1fc87afa325 19 Sep 2017 pre-release

    Nothing published for this version

Every package, every release, already written down.

The archive is open and free. Watching your own project is what we are building next.

Browse the archive