DSDPlus FMP24 TCP command line syntax

Status
Not open for further replies.

ronenp

Member
Joined
May 8, 2002
Messages
592
Use -oT<addr:port> on FMPA/FMPP/FMP24 command line for TCP link to remote PC.



I have tried the fiollowing line as follows : fmp24 -oT214.6.5.65:8187
and got invalid patrameter
any help welcome
Regards
R
 

mtindor

OH/WV DB Admin
Database Admin
Joined
Dec 5, 2006
Messages
10,362
Location
Carroll Co OH / EN90LN
Use -oT<addr:port> on FMPA/FMPP/FMP24 command line for TCP link to remote PC.



I have tried the fiollowing line as follows : fmp24 -oT214.6.5.65:8187
and got invalid patrameter
any help welcome
Regards
R


FMP24 -oT<port>
DSDPLUS -iT<addr:port>

Keep in mind that FMP24 is the listener. If you start it up on a machine, it will be listening on that machine on PORT NUMBER, TCP. You then direct DSDPlus on the remote machine to connect to the IP address and port with -iT###.###.###.###:#####

Assume the machine running FMP24 is 192.168.3.1 and you want it to listen on TCP 20001

fmp24 -oT20001


Assume the machine running DSDPlus is 192.168.3.20 and you want it to connect to FMP24.

dsdplus -iT192.168.3.1:20001

In DSDPlus CLI you'll see:

Initiating TCP connection to 192.168.3.1:20001...

Mike
 
Last edited:

slicerwizard

Member
Joined
Sep 19, 2002
Messages
7,643
Location
Toronto, Ontario
Looks like there's an error in the Notes.txt file. It says to use -oT address: port on the FMPx command line, but FMPA/FMPP/FMP24 -h all say -oT port only.
 

hrh17

Member
Joined
Mar 4, 2015
Messages
144
Location
.
I assume you have to open the router ports at each end for this to work? Tired remote connecting to fmp24 on a remote pc yesterday with no success
 
Status
Not open for further replies.
Top