logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

chirp_put - copy a single file from local machine to a Chirp server

Description

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>

Environment Variables

       •   CHIRP_CLIENT_TICKETS Comma delimited list of tickets to authenticate with (same as -i).

Examples

       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

Exit Status

       On success, returns zero.  On failure, returns non-zero.

Name

chirp_put - copy a single file from local machine to a Chirp server

Options

-a,--auth=<flag>
               Enable authentication mode: unix, hostname, address, ticket, kerberos, or globus.

        -d,--debug=<flag>
              Enable debugging for this subsystem.

        -b,--block-size=<size>
              Set transfer buffer size. (default is 65536 bytes).

        -f,--follow
              Follow input file like tail -f.

        -i,--tickets=<files>
              Comma-delimited list of tickets to use for authentication.

        -t,--timeout=<time>
              Timeout for failure. (default is 3600s)

        -v,--version
              Show program version.

        -h,--help
              Show help text.

See Also

CooperativeComputingToolsDocumentationChirpUserManualchirp(1)chirp_status(1)chirp_fuse(1)chirp_get(1)chirp_put(1)chirp_stream_files(1)chirp_distribute(1)chirp_benchmark(1)chirp_server(1)

CCTools 7.14.5 FINAL                                                                                chirp_put(1)

Synopsis

       chirp_put [options] <localfile><hostname[:port]><remotefile>

See Also