Skip to content

Is there a bug with the transfer port ? #57

@Elyasin

Description

@Elyasin

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions