Spawning, and Killing, a Process

B

brolewis

I am writing a program on Windows (XP Pro) that as part of the
application takes advantage of rsync's ability to synchronize a client
and server computer. However, because of the nature of our company's
policies and our proxy, I must connect using SSH and use it as a tunnel
to get to the location I need on the inside.

My delimma is that I need to be able to spawn a process that uses the
SSH, runs rsync, and then I need to be able to kill the SSH process and
do not know a way to do that in Windows. I also would prefer to have
SSH run invisible to the end user (no new window) which I get when
using spawnl

The commands I am running are as follows:

SSH Tunnel:
ssh (e-mail address removed) -i file_name -L
873:200.200.60.60:7000 -N

Rsync Command:
rsync -azv [email protected]::package .

I am aware that you should be able to run ssh inside of rsync but there
seems to be a problem with the port of rsync that prevents me from
accomplishing this.
I thank you in advance for any assistance you are able to give.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,774
Messages
2,569,599
Members
45,175
Latest member
Vinay Kumar_ Nevatia
Top