tcp/ip

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I need to connect to a server via my web page using an IP address and Port
number, this is not a web server, it is a file share server. Can anyone point
me to an example on how this works?
 
connect to it for what? But basically you will have to use the standard File
Access ports without some major working.
 
Oh, forgot to add, just add a virtual DIR in the IIS manager to point to
that server\folder, that would be easiest
 
you need to know what protocol the file share server is using.

-- bruce (sqlwork.com)


| I need to connect to a server via my web page using an IP address and Port
| number, this is not a web server, it is a file share server. Can anyone
point
| me to an example on how this works?
|
 
Back
Top