Im running a batch script in windows which will
- Perform some compilation and make a zip file.
- Upload this zip file to a linux box via scp.
After that I need to do some other jobs on the uploaded zip file in linux.
So is there any way to make a single script file to do all these?
Sure, you can use the various PuTTY utilities:
plinkallows you to pipe commands around to SSH servers, and invoke commands (akin to “ssh” on Linux)pscpallows for remote file copying using SCP or SFTPhttp://www.chiark.greenend.org.uk/~sgtatham/putty/download.html