jglobus / JGlobus

jGlobus is a collection of Java client libraries for Globus® Toolkit security, GRAM, and GridFTP.
http://www.globus.org/toolkit/jglobus/
Apache License 2.0
24 stars 44 forks source link

Retrieve not work #169

Closed Francesko90 closed 5 years ago

Francesko90 commented 5 years ago

Hi guys

I use this library to upload data in my gridftp server and everything works, but when try to retrieve some data from server nothing is happening.

Debugging network communication with wireshark I noticed that nothing port is decided between server and client, and server send be a reset connection to client

Francesko90 commented 5 years ago

Resolved setting local mode and server mode

client.setPassive();
client.setLocalActive();