Networking Forums

Networking Forums > Computer Networking > Linux Networking > What software should I use to communicate with Unix server?

Reply
Thread Tools Display Modes

What software should I use to communicate with Unix server?

 
 
Ramon F Herrera
Guest
Posts: n/a

 
      06-07-2005, 05:09 AM
Hello:

I am designing a client application which will run on Windows and will
make
remote calls (through 'rexec', 'rsh' and 'rcp') to a Unix/linux server.

I have done that already from Java but this is the first time that I
do it from C/C++.

Does MS Windows provide the set of Unix protocols needed? Should I use
a third party package (that's what I did with Java)? Which one?

TIA,

-Ramon F Herrera

 
Reply With Quote
 
 
 
 
Paul Colquhoun
Guest
Posts: n/a

 
      06-07-2005, 07:00 AM
On 6 Jun 2005 22:09:14 -0700, Ramon F Herrera <(E-Mail Removed)> wrote:
| Hello:
|
| I am designing a client application which will run on Windows and will
| make
| remote calls (through 'rexec', 'rsh' and 'rcp') to a Unix/linux server.
|
| I have done that already from Java but this is the first time that I
| do it from C/C++.
|
| Does MS Windows provide the set of Unix protocols needed? Should I use
| a third party package (that's what I did with Java)? Which one?
|
| TIA,
|
| -Ramon F Herrera


Anybody with 2 brain cells to rub together and the faintest desire for
security has probably disabled all 3 of the services you mention, and
started using the SSH versions instead.


--
Reverend Paul Colquhoun, ULC. http://andor.dropbear.id.au/~paulcol
Asking for technical help in newsgroups? Read this first:
http://catb.org/~esr/faqs/smart-questions.html#intro
 
Reply With Quote
 
Steve Horsley
Guest
Posts: n/a

 
      06-08-2005, 06:35 PM
Ramon F Herrera wrote:
> Hello:
>
> I am designing a client application which will run on Windows and will
> make
> remote calls (through 'rexec', 'rsh' and 'rcp') to a Unix/linux server.
>
> I have done that already from Java but this is the first time that I
> do it from C/C++.
>
> Does MS Windows provide the set of Unix protocols needed? Should I use
> a third party package (that's what I did with Java)? Which one?
>
> TIA,
>
> -Ramon F Herrera
>


I'm sure you can find windows implementations of rexec, rsh and
rcp. A quick google for "windows rexec" turned up a microsoft one
(which of course may only work to other windows machines) and a
commercial offering in the first three links.

Probably the easiest thing to do is use the C exec() calls to
launch a separate process and wait for the result.

As Paul said, these protocols are pretty-much discontinued now,
in favour of SSH and SCP which offer security as well as the
functionality you seek - encryption and authentication. There are
both commercial and open source offerings of SSH/SCP - again, use
google. Depends what services the unix admin chooses to run, of
course.

Steve
 
Reply With Quote
 
Raqueeb Hassan
Guest
Posts: n/a

 
      06-10-2005, 08:40 AM
> I am designing a client application which will run on Windows and will
> make remote calls (through 'rexec', 'rsh' and 'rcp') to a Unix/linux server.


As discussed in favor of SSH, you might consider looking at the source
code of putty. I'm sure that will help you while designing your kind of
applications.

for win32

http://the.earth.li/~sgtatham/putty/.../putty-src.zip


--
Raqueeb Hassan
Bangladesh

 
Reply With Quote
 
 
 
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Re: Cannot communicate with Primary DNS Server(192.168.254.254) George Wireless Internet 2 09-20-2010 08:44 PM
Unix + Windows Server enquirer Linux Networking 4 02-18-2005 12:50 PM
windows virus on a unix server Andy Ong Linux Networking 1 08-17-2004 07:15 PM
ftp file from unix server to windows 2003 server kat Windows Networking 1 02-19-2004 01:21 AM
RPC to communicate between Windows and Unix mshetty Linux Networking 1 11-22-2003 07:57 PM



1 2 3 4 5 6 7 8 9 10 11