1828236 Members
2536 Online
109975 Solutions
New Discussion

ssh and scp

 
SOLVED
Go to solution
lawrenzo_1
Super Advisor

ssh and scp

Hello,

We use security software called scp to transfer automated files from a UNIX server to a UNIX server also SSH is used in conjunction with this.

My question is what tools can be used to transfer data from UNIX to DOS and be automated.

Thanx
hello
5 REPLIES 5
KapilRaj
Honored Contributor

Re: ssh and scp

unix to DOS ? don't know .. but if u have windows there are couple of programs that can enable ftp !! Search on the download.com or in the net.. Here we use a program called tnvt

Regds,

Kaps
Nothing is impossible
lawrenzo_1
Super Advisor

Re: ssh and scp

it has to be secure, anymore idea's?
hello
Camel_1
Valued Contributor

Re: ssh and scp

Does your DOS system support any VPN client? Perhaps you can consider to setup a VPN between 2 servers for transferring data.
Jov
Honored Contributor
Solution

Re: ssh and scp

2 Options:

1) OpenSsh for Windows. Continue with scp + adjustments as there will be things to look out for like directory structure, etc.

2) Use Rsync with Ssh instead of rsh.

Cheers

Jov
lawrenzo_1
Super Advisor

Re: ssh and scp

Thanks to all
hello