Re: Port assignment
- From: "Kevin Spencer" <unclechutney@xxxxxxxxxxxx>
- Date: Wed, 8 Aug 2007 07:54:47 -0400
It sounds like you're discussion using FTP to publish, as the error message
references a "data connection," which is clearly a reference to the data
connection used by FTP.
FTP actually uses 2 TCP connections, one on the client port (32 in your
case), and another for receiving data (files) from the server. Depending on
whether the FTP is using PASV or PORT commands, the client will either ask
the server for a port number to listen on (PASV) or give the server a port
number to write to (PORT). Most commonly, the client uses PASV, as it
presents less firewall issues on the server. In addition, it sounds like
you're having some firewall issues on the client. Perhaps a firewall is
blocking all but a few necessary ports.
--
HTH,
Kevin Spencer
Microsoft MVP
Printing Components, Email Components,
FTP Client Classes, Enhanced Data Controls, much more.
DSI PrintManager, Miradyne Component Libraries:
http://www.miradyne.net
"Tired and Retired" <TiredandRetired@xxxxxxxxxxxxxxxxxxxxxxxxx> wrote in
message news:0855DF83-5853-49BC-A0E1-15FF4B6B68AB@xxxxxxxxxxxxxxxx
I have a web site that must send published pages to port 32. I have used
this
for several years with no problem thru Aug 1, 2007. On Aug 4th I tried to
update the web site using this port 32 but i get an error message #425
Could
not open data connection to port 60084. Operation timed out. I have
checked
with itsamac and they say the correct port is 32. They think an update
changed something in Windows XP. Can anyone help me?
--
Jerry
.
- Prev by Date: Re: ASP beginner
- Next by Date: Re: Nominating a web page to display GIFs
- Previous by thread: Re: timer submit submits more than once
- Next by thread: Re: Parameter in Group By
- Index(es):
Relevant Pages
|