Hi
I have beed developing an appliction that will start an executable on remote computer to zip the files. I provide the location of files to zip.
Now the problem is that i want to start the executable on linux server that hosts the files. I want to start an executable on linux server that zips the given files to specified location.
Is it possible to start executable on linux server from my windows client computer.
I searched on internet and also asked on fellow php programmers, they have been doing this using the exec command of php to invoke the zip executable on linux server and they have passed the full name of files to zip.
I just want to invoke the same executable that current php code is executing.
Is it possible to do that.:-/