Giter Club home page Giter Club logo

Comments (6)

zhibo-yan avatar zhibo-yan commented on July 29, 2024
[root@bl197 ~]# globus-gridftp-server -version
globus_gridftp_server: 13.24 (1653033972-1)
[root@bl197 ~]# globus-url-copy -version
globus-url-copy: 10.12

from gct.

fscheiner avatar fscheiner commented on July 29, 2024

@yanzhibo-nju:
Please also provide the used commandline.

from gct.

zhibo-yan avatar zhibo-yan commented on July 29, 2024

Server1: globus-gridftp-server -control-interface 192.168.110.1 -aa -p 60060 - anonymous-user 1040 -home-dir /home/data -auth-level 0 -allow-root

Server2: globus-gridftp-server -control-interface 192.168.110.2 -aa -p 60060 - anonymous-user 1040 -home-dir /home/data -auth-level 0 -allow-root

then still on server2: globus-url-copy -vb -pp 2 -r ftp://192.168.110.1:60060/home/dtn/200MB/ ftp://192.168.110.2:60060/home/dtn/200MB/,where 200MB is my file folder.

from gct.

fscheiner avatar fscheiner commented on July 29, 2024

Thanks for the details.

Two points here:

  • -pp is a flag (see
    flagdef(arg_pipeline, "-pp","-pipeline");
    ) and does not have an argument, so please try without 2 after it first and if that works add -ppq 2 (which is undocumented, but actually seems to exist:
    oneargdef(arg_pipelineq, "-ppq","-pipelineq", NULL, NULL);
    )
  • I am unsure if this works with the standard FTP protocol at all, so if the above mentioned doesn't work, try with gsiftp:// instead
    => pipelining works with FTP protocol as well, see #203 (comment)

Hope this helps, please let me know if it works or not.

from gct.

zhibo-yan avatar zhibo-yan commented on July 29, 2024

Hi fscheiner, thank you very much for your reply. I have tried the two ways, -pp as a flag and -ppq with an argument, they both work! But I still use ftp:// rather than gsi:ftp//, I believe for gsi:ftp it will work as well.

Thanks for you help again!

from gct.

fscheiner avatar fscheiner commented on July 29, 2024

@yanzhibo-nju
Good to know and thanks for your report.

from gct.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.