asweatherbee
05-17-2007, 03:16 PM
hello,
I would like to know if the following tasks are possible from within a batch file:
1) Open an SSH connection on a 'typical' computer with WinXp, and have this computer connect to a Mac computer. (this step I'm able to do in the cmd, it's the next 3 I don't know how to do)
2) Copy files within the SSH transfer window from a large group of subfolders on the WinXP computer to a specific path on the Mac.
3) Run a program on the Mac to decompress these files (a program that can only be run on a Mac, and thus the SSH requirement).
4) And finally copy the decompressed files back through the SSH window to the same folder on the WinXP computer.
I hope this has made some sense! There are ALOT of iterations to be done.
I would like to know if the following tasks are possible from within a batch file:
1) Open an SSH connection on a 'typical' computer with WinXp, and have this computer connect to a Mac computer. (this step I'm able to do in the cmd, it's the next 3 I don't know how to do)
2) Copy files within the SSH transfer window from a large group of subfolders on the WinXP computer to a specific path on the Mac.
3) Run a program on the Mac to decompress these files (a program that can only be run on a Mac, and thus the SSH requirement).
4) And finally copy the decompressed files back through the SSH window to the same folder on the WinXP computer.
I hope this has made some sense! There are ALOT of iterations to be done.