On Tue, Apr 20, 2021 at 11:18 PM Noel Kuntze via GNU Parallel Discussion <parallel@gnu.org> wrote: > > $ echo test.txt | parallel -P 1 --sshlogin root@localhost --transferfile {} > parallel: This should not happen. You have found a bug. > Please contact <parallel@gnu.org> and follow > https://www.gnu.org/software/parallel/man.html#REPORTING-BUGS
>From https://www.gnu.org/software/parallel/man.html#REPORTING-BUGS > * The complete output of parallel --version. If you are not running the > latest released version (see https://ftp.gnu.org/gnu/parallel/) you should > specify why you believe the problem is not fixed in that version. You have forgotten this step. The reason for this step is to avoid bug reports of bugs that are already fixed. The bug was fixed in version 20200922: Fixed bug #59006: rsync version 3.2.3 is not detected correctly. /Ole