| Dart Home | PowerTCP Sockets for .NET | Custom Development | Reply | PowerTCP Sockets for .NET (Secure and Standard) Topics | Forums |
| Author | Forum: PowerTCP Sockets for .NET (Secure and Standard) Topic: Server intercepting FTP requests |
| cmiller From: Hamilton, ON Canada Posts: 2 Member Since: 04/29/10 |
posted July 13, 2010 10:53 AM I have a client-server application where part of the server back-end uses a seperate FTP server. I'm using the Dart.PowerTCP.Sockets.Server, listening on a specific port which the FTP Server isn't on, on the server side, and the Dart.PowerTCP.Sockets.Tcp and Dart.PowerTCP.Ftp.Ftp components on the client side. My issue comes in that sometimes the server is intercepting the Dart.PowerTCP.Ftp.Ftp connection request to the FTP Server. (It happens both when the Client/Server are on a single machine, and when they're on seperate machines.) What can I do to stop this or insulate this from happennig? |
| Nick B (Admin) From: Utica, NY USA Posts: 619 Member Since: 05/25/10 Extra Support Options Custom Application Development |
posted July 14, 2010 1:28 PM Hello, It seems that it would be impossible for our Sockets.Server to intercept a connection intended for separate IP address. If this is the case, do you have a router or proxy in between the client and the server? Or are you using DNS resolution to reach the server? It is possible that it is misconfigured or glitching. Does your FTP server run in the same application as our Sockets.Server? When you say our Sockets.Server is intercepting the connection request, do you mean the initial connection request, or the data connection? It could be possible that your FTP server is assigning a data port on the same port that our Sockets.Server is on. ------ |
| Reply | PowerTCP Sockets for .NET (Secure and Standard) Topics | Forums |
This site is powered by
PowerTCP WebServer for ActiveX
|