Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

max_worker_lifetime     60
max_worker_processes     30
disable_echo     0
ls_registration_interval     60
ls_instance     http://192.168.117.129:9995/perfSONAR_PS/services/hLSImage Removed
root_hints_url    http://www.perfsonar.net/gls.root.hintsImage Removed
<port 9000>
        <endpoint /perfSONAR_PS/services/FT/MA>
                service_type     MA
                module    perfSONAR_PS::Services::MA::FT
                <ftma>
                        service_description    FT MA
                        service_accesspoint     http://localhost:9000/perfSONAR_PS/services/FT/MAImage Removed
                        enable_registration     0
                        service_name    perfSONAR_PS FT MA
                        ls_registration_interval     60
                        service_timeout     60
                        query_size_limit     100000
                        db_host     <database host>
                        db_username     <database user>
                        db_name     <database name>
                        db_password   <database password>
                        db_type     <database type>
                </ftma>
        </endpoint>
</port>

...

  • perl FTP_client.pl --help

...

-d Switch to debug level
--debug Same as -d
--url Url to the MA Service(FT)
default is localhost
--data Output Data as well
--src source ip (string)
--dst destination ip (string)
--SrcPath metadata param: Source file path(string)
--DestPath metadata param: Destination file path(string)
--stripes metadata param: number of stripes
--buffer metadata param: bufer size
--block metadata param: block size
--streams metadata param: number of streams
--program metadata param: program used for file transfer
--user metadata param: user, who requested the file transfer
--initEpochTime initial Time limit in Epoch (integer)
--finalEpochTime Final Time limit in Epoch (integer)
--initUtcTime initial Time limit in UTC (string)
--finalUtcTime final Time limit in UTC (string)
-h Print this help
--help Same as -h

...