EnglishFrenchSpanish

OnWorks favicon

pegasus-transfer - Online in the Cloud

Run pegasus-transfer in OnWorks free hosting provider over Ubuntu Online, Fedora Online, Windows online emulator or MAC OS online emulator

This is the command pegasus-transfer that can be run in the OnWorks free hosting provider using one of our multiple free online workstations such as Ubuntu Online, Fedora Online, Windows online emulator or MAC OS online emulator

PROGRAM:

NAME


pegasus-transfer - Handles data transfers in Pegasus workflows.

SYNOPSIS


pegasus-transfer [-h]
[--file inputfile]
[--threads number_threads]
[--max-attempts attempts]
[--debug]

DESCRIPTION


pegasus-transfer takes a list of url pairs, either on stdin or with an input file,
determines the correct tool to use for the transfer and executes the transfer. Some of the
protocols pegasus-transfer can handle are GridFTP, SRM, Amazon S3, HTTP, and local
cp/symlinking. Failed transfers are retried.

Note that pegasus-transfer is a tool mostly used internally in Pegasus workflows, but the
tool can be used stand alone as well.

OPTIONS


-h, --help
Prints a usage summary with all the available command-line options.

-f inputfile, --file inputfile
File with input pairs. If not given, stdin will be used.

-m, --max-attempts attempts
Maximum number of attempts for retrying failed transfers.

-t, --threads number_threads
The number of threads to use. This controls the parallelism of transfers.

-d, --debug
Enables debugging output.

EXAMPLE


$ pegasus-transfer
# src 1 local_site
file:///etc/hosts
# dst 1 local_site
file:///tmp/foo
CTRL+D

CREDENTIAL HANDLING


Credentials used for transfers can be specified with a combination of comments in the
input file format and environment variables. For example, give the following input file:

# src 1 isi
gsiftp://workflow.isi.edu/data/file.dat
# dst 1 tacc_stampede
gsiftp://gridftp.stampede.tacc.utexas.edu/scratch/file.dat

pegasus-transfer will expect either one environment variable specifying one credential to
be used on both end of the connection (X509_USER_PROXY), or two separate environment
variables specifying two different credentials to be used on the two ends of the
connection. The the latter case, the environment variables are derived from the site names
provided in the input file commments. In the example above, the environment variables
would be named X509_USER_PROXY_isi and X509_USER_PROXY_tacc_stampede

THREADING


In order to speed up data transfers, pegasus-transfer will start a set of transfers in
parallel using threads. Threads are turned off when retrying failed transfers.

Use pegasus-transfer online using onworks.net services


Free Servers & Workstations

Download Windows & Linux apps

  • 1
    unitedrpms
    unitedrpms
    Join us in Gitter!
    https://gitter.im/unitedrpms-people/Lobby
    Enable the URPMS repository in your
    system -
    https://github.com/UnitedRPMs/unitedrpms.github.io/bl...
    Download unitedrpms
  • 2
    Boost C++ Libraries
    Boost C++ Libraries
    Boost provides free portable
    peer-reviewed C++ libraries. The
    emphasis is on portable libraries which
    work well with the C++ Standard Library.
    See http://www.bo...
    Download Boost C++ Libraries
  • 3
    VirtualGL
    VirtualGL
    VirtualGL redirects 3D commands from a
    Unix/Linux OpenGL application onto a
    server-side GPU and converts the
    rendered 3D images into a video stream
    with which ...
    Download VirtualGL
  • 4
    libusb
    libusb
    Library to enable user space
    application programs to communicate with
    USB devices. Audience: Developers, End
    Users/Desktop. Programming Language: C.
    Categories...
    Download libusb
  • 5
    SWIG
    SWIG
    SWIG is a software development tool
    that connects programs written in C and
    C++ with a variety of high-level
    programming languages. SWIG is used with
    different...
    Download SWIG
  • 6
    WooCommerce Nextjs React Theme
    WooCommerce Nextjs React Theme
    React WooCommerce theme, built with
    Next JS, Webpack, Babel, Node, and
    Express, using GraphQL and Apollo
    Client. WooCommerce Store in React(
    contains: Products...
    Download WooCommerce Nextjs React Theme
  • More »

Linux commands

Ad