ftpproxy icon indicating copy to clipboard operation
ftpproxy copied to clipboard

specify socket port for proxy connecting to client

Open DevotedTangLiu opened this issue 8 years ago • 0 comments

Hey buddy thanks for your ftpproxy it really helps. Besides, i would like to make it configurable that user could specify data port connecting to client. Just like this:

skDataClient = new Socket(skControlClient.getInetAddress(), port, skControlClient.getLocalAddress(), 20);

Because I have come with a firewall problem, this helps.

DevotedTangLiu avatar Dec 21 '17 10:12 DevotedTangLiu