To Learn more about TCP/IP look up RFC on the web . These RFC documents are
Request for comment documents and usually refer to different things that
people want to use or have used with TCP/IP . You should be able to locate
at least a partial index of the socket numbers in use. The FTP you used
will be an allocated socket for instance, likewise there are sockets for
mail etc, the list is pretty big . The trick with using TCP/IP with Labview
is working out how many bytes are still to come. If you make your own little
protocol with a client server relationship it is easier. The Labview
examples will give you a clue with that.
"Paro, Paula [CMPS:2721:EXCH]"
wrote in message
news:8o3aq9$pld$1@nrchh45.us.nortel.com...
> Hi,
>
> I have a system with Vx
Works and I need communicate with using our
network.
> I already have communicated with it by an FTP software (WS-FTP).
> How can I do something like that using LABVIEW ? (i.e. send commands to
the
> system, list its resident files, etc.)
> I only have the IP number.
> I never used that TCP VIs and I don't know how to do that! (What does
"port
> number" mean ? How I choose that?)
> Can someone help me?
>
> Thanks in Advance.
>
> Paula Paro
>
>