Secure FTP from Windows to UNIX

Looking for a way to secure ftp files from Windows to Unix through batch script.

This may not be related to Unix/Linux environment, but hoping some solution.

  1. Our desktop (Win 7) does not have sftp installed in our machine (DOS-Command Window).
  2. We have SSH tools like Winscp, PSFTP (PuTTY), (PuTTYgen).. etc.
  3. As part of blueprint, I successfully generated private and public key in windows using PuTTYgen and established sftp connection from windows to Unix (Dev env) using WinSCP console command. Also created batch (DOS) script to securely ftp files from Windows to Unix/Linux machines.
  4. Since our Users does not have knowledge in coding, they need simple way of double clicking some script file and the files should be sftp'd to Unix/Linux machines (I know this is not the right way).

Any person in the users group, so can they send the files in the sharepoint using the script files in sharepoint?

For windows I will go with "deltacopy over ssh" , but you can take a look at WinSCP >> Scripting and Task Automation

Putty's pscp command copies files as well using the ssh protocol.

I use putty SSH command

I use C: D (Connect: Direct / NDM). If your organisation has NDM, then it'll be piece of cake.