At 09:57 AM 6/17/2005, Angela Tocco wrote (in part)
>The trick is I cant use sockets because the application is
>using .Net Remoting and it has to be able to go through port
>80, outbound only.

If you have two clients that are each restricted to "outbound only" (regardless 
of port restrictions), they won't be able to talk to each other -- neither can 
accept a connection from the other so there's no way to establish a direct 
connection.  That has nothing to do with .Net or DIME or anything; it's just 
TCP/IP.  You need a server to stand in the middle.  (How could the two clients 
learn about each other?  If each communicates with the server, then there's a 
place to hold the list of all clients; without that...)

If all you're doing is uploading and downloading files, perhaps you should just 
use FTP.

Good luck.  (BTW, why are messages from "Angela Tocco" signed "Steve"?)

J. Merrill / Analytical Software Corp

===================================
This list is hosted by DevelopMentorĀ®  http://www.develop.com

View archives and manage your subscription(s) at http://discuss.develop.com

Reply via email to