Transferring files from Unix to Windows server

Hi All,
I have to establish as connectivity from Unix server(Solaris) to Windows machine and transfer files.
We use public key Private key pair to authenticate from Unix to Unix connectivity to transfer the file.
How to establish the sFTP connection from Unix to Windows and transfer the files.

Thanks
Koti_Rama

The same way as in Unix. There are SCP- and sFTP-packages for Windows too. You can search for "WinSCP" for instance, "putty" has an sFTP client as part of the package, if you want a sftp server you could try "coreftp" (which is, btw., the first hit coming up when you enter "sftp server windows download" into google), etc., etc..

In fact, Google Is Your Friend.

I hope this helps.

bakunin