Releases: katzer/plip
1.5.2
What's new
Released at: 27.08.2024
-
Use SSH Agent instead of
$ORBIT_KEYfor authentication. -
Added
-sflag to specify the amount of bytes to read. -
Compiled binary for OSX build with MacOSX11.3 SDK.
-
Added binary for
arm64-apple-darwin19target. -
Upgraded to mruby 3.2.0
1.5.1
What's new
Released at: 18.03.2020
-
Singularized folder names.
-
Fixed potential memory leaks.
-
Compiled with
MRB_WITHOUT_FLOAT. -
Compiled binary for OSX build with MacOSX10.15 SDK.
-
Upgraded to mruby 2.1.0
1.5.0
What's new
Released at: 13.08.2019
-
Added support for
ECDSAfor both key exchange and host key algorithms. -
Fixed not throwing an error if
ORBIT_PATHwas not set. -
Compiled binary for OSX build with MacOSX10.13 SDK (Darwin17).
-
Upgraded to mruby 2.0.1
1.4.7
1.4.6
1.4.5
Whats new
-
Download remote file:
$ plip -d -l info.txt -r tmp/info.txt mars pluto
Once done you'll find the 2 files
info.txt.marsandinfo.txt.pluto. -
Improved upload speed
- 1.5 times faster for small files
- 15 times faster for bigger files
-
The tool writes a log under
$ORBIT_HOME/log/plip.log. -
Renamed target x86_64-pc-linux-busybox to x86_64-alpine-linux-musl
-
Switched from Golang to mruby
- Shrinks binary size to 1/4
1.4.4
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