Skip to content

Releases: katzer/plip

1.5.2

29 Aug 20:40

Choose a tag to compare

What's new

Released at: 27.08.2024

  1. Use SSH Agent instead of $ORBIT_KEY for authentication.

  2. Added -s flag to specify the amount of bytes to read.

  3. Compiled binary for OSX build with MacOSX11.3 SDK.

  4. Added binary for arm64-apple-darwin19 target.

  5. Upgraded to mruby 3.2.0

Full Changelog

1.5.1

18 Mar 17:19

Choose a tag to compare

What's new

Released at: 18.03.2020

  1. Singularized folder names.

  2. Fixed potential memory leaks.

  3. Compiled with MRB_WITHOUT_FLOAT.

  4. Compiled binary for OSX build with MacOSX10.15 SDK.

  5. Upgraded to mruby 2.1.0

Full Changelog

1.5.0

13 Aug 22:37

Choose a tag to compare

What's new

Released at: 13.08.2019

  1. Added support for ECDSA for both key exchange and host key algorithms.

  2. Fixed not throwing an error if ORBIT_PATH was not set.

  3. Compiled binary for OSX build with MacOSX10.13 SDK (Darwin17).

  4. Upgraded to mruby 2.0.1

Full Changelog

1.4.7

02 Jan 08:57

Choose a tag to compare

Whats new

  1. Dropped compatibility with orbit v1.4.6 due to breaking changes in fifa.

  2. Removed LVAR section for non test builds.

  3. Upgraded to mruby 2.0.0

1.4.6

16 Aug 16:46

Choose a tag to compare

Whats new

  1. Ensure that fifa does not include ansi colors in its output.
  2. Fix tool fails on Windows because of carriage return token.
  3. Increase MacOSX min SDK version from 10.5 to to 10.11
  4. Remove 32-bit build targets.

1.4.5

26 Jun 08:08

Choose a tag to compare

Whats new

  1. Download remote file:

    $ plip -d -l info.txt -r tmp/info.txt mars pluto

    Once done you'll find the 2 files info.txt.mars and info.txt.pluto.

  2. Improved upload speed

    • 1.5 times faster for small files
    • 15 times faster for bigger files
  3. The tool writes a log under $ORBIT_HOME/log/plip.log.

  4. Renamed target x86_64-pc-linux-busybox to x86_64-alpine-linux-musl

  5. Switched from Golang to mruby

  • Shrinks binary size to 1/4

1.4.4

29 Nov 15:27

Choose a tag to compare

Whats new

Upload a file on multiple "planets" in parallel via SFTP.

$ plip -h

usage: plip [options...] -l local_file -r remote_file matchers...
Options:
-l, --local     Set the path of the local file
-r, --remote    Set the path of the remote file
-u, --uid       Change the user ID of the remote file
-g, --gid       Change the group ID of the remote file
-m, --mode      Change the modes of the remote file
                Defaults to: 644
-h, --help      This help text
-v, --version   Show version number

Upload a file:

$ plip -l info.txt -r tmp/info.txt mars pluto