chirp_put(1) | Cooperative Computing Tools | chirp_put(1) |
chirp_put - copy a single file from local machine to a Chirp server
chirp_put [options] <localfile> <hostname[:port]> <remotefile>
chirp_put is a tool for copying a single file from local storage to a Chirp server.
chirp_put is a quick and simple way to copy a single local file <localfile> to a remote file given <hostname[:port]> <path>
On success, returns zero. On failure, returns non-zero.
To copy a single local file using chirp_put:
% chirp_put /tmp/mydata.dat server1.somewhere.edu /mydata/mydata.dat
When copying big data files that take longer than 3600s to copy, using chirp_put with option -t time to make sure chirp_put have enough time to finish:
% chirp_put -t 36000 /tmp/mybigdata.dat server1.somewhere.edu /mydata/mybigdata.dat
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 |