Re: transfer data (securely) between clients via RPC,SSL,...?
- From: "Alexander Nickolov" <agnickolov@xxxxxxxx>
- Date: Fri, 2 Feb 2007 11:08:28 -0800
SSH is relatively widely accepted, but requires opening
a firewall port. You can roll your own code using SSL,
but you have to choose a port number. Since you are
worried about hassle-free deployment in presense of
firewalls, you will probably want to consider using the
HTTPS port 443.
--
=====================================
Alexander Nickolov
Microsoft MVP [VC], MCSD
email: agnickolov@xxxxxxxx
MVP VC FAQ: http://vcfaq.mvps.org
=====================================
"Mario Beutler" <mario.beutler@xxxxxxxxxx> wrote in message
news:1170411800.603323.292250@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
Hello,
Our security software should transfer data between clients in an
office LAN.
Which protocol/service should I use to tranfer data by my
program between clients?
The admin doesn't need to change firewall or any other settings, if
possible.
Which protocol/service prefered by admins?
- RPC (but W32 Blaster Worm uses vulnerability in RPC)
- Named Pipe (but not available if file and printer sharing is
disabled)
- TCP/IP (but in general admin have to open ports firewall manually)
- SNMP
- SSL
- SSH
Any help is highly apperciated.
Mario
.
- Follow-Ups:
- Re: transfer data (securely) between clients via RPC,SSL,...?
- From: Mario Beutler
- Re: transfer data (securely) between clients via RPC,SSL,...?
- References:
- transfer data (securely) between clients via RPC,SSL,...?
- From: Mario Beutler
- transfer data (securely) between clients via RPC,SSL,...?
- Prev by Date: Re: gethostbyname - how to use with a proxy name?
- Next by Date: Programmatically detect ICS in windows 2000?
- Previous by thread: Re: transfer data (securely) between clients via RPC,SSL,...?
- Next by thread: Re: transfer data (securely) between clients via RPC,SSL,...?
- Index(es):
Relevant Pages
|