Upload or download a file on multiple "planets" in parallel via SFTP.
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
Released at: 18.03.2020
Releasenotes
-
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
Released at: 13.08.2019
Releasenotes
-
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
Released at: 02.01.2019
Releasenotes
-
Dropped compatibility with orbit v1.4.6 due to breaking changes in fifa
-
Removed LVAR section for non test builds
-
Upgraded to mruby 2.0.0
Released at: 16.08.2018
Releasenotes
-
Ensure that fifa does not include ansi colors in its output.
-
Fix tool fails on Windows because of carriage return token.
-
Increase MacOSX min SDK version from 10.5 to to 10.11
-
Remove 32-bit build targets.
Released at: 26.06.2018
Releasenotes
-
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
Released at: 29.11.2017
Releasenotes
$ 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
To upload a file:
$ plip -l info.txt -r tmp/info.txt mars pluto