Transfer files from linux server to windows using secure ftp (sftp)

HI,

I have to transfer files from linux server to windows using secure ftp (sftp) .Kindly help me out.

Install winscp on the windows box and copy over alternatively try a CoreFTP install on the windows box and scp from the Linux host.

Hi I have to do using script

Install CoreFTP on the windows host (thus providing an SFTP server) perform a key exchange with the windows box from the user under whom the script will be running and then just scp from within the script