I fail to pull a second time data from the server.
On the client side I see:
java.lang.Exception: java.lang.IllegalArgumentException: port out of range:-1
On the server side I see:
2021-05-26 03:42:27 INFO lia.util.net.copy.transport.ControlChannel sendMsgImpl [ ControlChannel ] sending message tag ( 15 ): REMOTE_TRANSFER_PORT msg: -1
This happens after successfully pulling recursively a directory. The first pull works fine. The second does not.
This is the command I use for the first pull on the client side:
java -jar fdt.jar -pull -r -c <ip-address> -d <dest-dir> <remote-dir> -bs 8M -P 8 -bio
The command I use on the server side:
java -jar fdt.jar -f <filtered-ip-address> -bio -bs 8M
I fail to pull a second time data from the server.
On the client side I see:
java.lang.Exception: java.lang.IllegalArgumentException: port out of range:-1On the server side I see:
2021-05-26 03:42:27 INFO lia.util.net.copy.transport.ControlChannel sendMsgImpl [ ControlChannel ] sending message tag ( 15 ): REMOTE_TRANSFER_PORT msg: -1This happens after successfully pulling recursively a directory. The first pull works fine. The second does not.
This is the command I use for the first pull on the client side:
java -jar fdt.jar -pull -r -c <ip-address> -d <dest-dir> <remote-dir> -bs 8M -P 8 -bioThe command I use on the server side:
java -jar fdt.jar -f <filtered-ip-address> -bio -bs 8M