J
Jerry Spence1
I have a program (VB2005) which uses
My.Computer.Network.UploadFile(Filename, "ftp://Host/inbox/" & Filename,
<Username>, <Password> False, 10000)
to upload a file from a distant PC to my PC and this works OK, providing
that I open out the firewall on my router to allow ALL incoming ports.
I thought the above this worked on ftp and so I opened up port 21 and that
doesn't seem to be sufficient. When I put a network analyser trace on, it
seems to set up the original connection handshaking using port 21, but once
the data starts to flow, a complete random number of ports seem to be used.
This program will be used in a commercial environment and I need to know how
to configure the customer's routers to allow it to happen.
Has anyone met this before? I can't seem to find much on the Internet about
it.
-Jerry
My.Computer.Network.UploadFile(Filename, "ftp://Host/inbox/" & Filename,
<Username>, <Password> False, 10000)
to upload a file from a distant PC to my PC and this works OK, providing
that I open out the firewall on my router to allow ALL incoming ports.
I thought the above this worked on ftp and so I opened up port 21 and that
doesn't seem to be sufficient. When I put a network analyser trace on, it
seems to set up the original connection handshaking using port 21, but once
the data starts to flow, a complete random number of ports seem to be used.
This program will be used in a commercial environment and I need to know how
to configure the customer's routers to allow it to happen.
Has anyone met this before? I can't seem to find much on the Internet about
it.
-Jerry