fpravica / grep4j

Automatically exported from code.google.com/p/grep4j
0 stars 0 forks source link

Port needed to connect to remote server #8

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Try to connect to remote server that listens on a port.

What is the expected output? What do you see instead?
Expected output: Connect.
Actual result:
Cannot connect because there is no way to pass port information with current 
library.

What version of the product are you using? On what operating system?
grep4j-1.6.3

Please provide any additional information below.
I want to connect to my local VM that also requires port info to connect along 
with host, user, password and file-path.

I tried to connect with port info using net.schmizz library (which grep4j uses 
internally). Please attach file.

Original issue reported on code.google.com by skniz...@gmail.com on 24 Sep 2012 at 5:28

Attachments:

GoogleCodeExporter commented 9 years ago
Just to clarify my last sentence I tried with port info using net.schmizz 
library and it did worked

Original comment by skniz...@gmail.com on 25 Sep 2012 at 8:32

GoogleCodeExporter commented 9 years ago
Thanks for the feed back. From version 1.7.5 you can specify the port when 
building the profile.

Original comment by marcocast@gmail.com on 24 Feb 2013 at 11:30