chirp_get(1) | Cooperative Computing Tools | chirp_get(1) |
chirp_get - get a single file from a Chirp server to local machine
chirp_get [options] <hostname[:port]> <remotefile> <localfile>
chirp_get is a tool for copying a single file from a Chirp server to local storage.
chirp_get is a quick and simple way to copy a remote file given <hostname[:port]> <path> and write it to a local file <localfile>
chirp_get also can stream data which can be useful in a shell pipeline.
On success, returns zero. On failure, returns non-zero.
To copy a single remote file using chirp_get:
% chirp_get server1.somewhere.edu /mydata/mydata.dat /tmp/mydata.dat
To get, while at the same time, untar a single remote archive file using chirp_get:
% chirp_get myhost.somewhere.edu /mydata/archive.tar.gz - | tar xvzf
The Cooperative Computing Tools are Copyright (C) 2022 The University of Notre Dame. This software is distributed under the GNU General Public License. See the file COPYING for details.
CCTools 7.13.1 FINAL |