Hi All, I want suggestions for my problem.
I have a machine (A) which has an IIS sever with php implementation. This PHP implementation upload file from user's location, copy it to Machine `A' & run some Commands there, process the file, if successful then give user a FTP link to download it. There is one other machine (B) which has some files. I want to run a Perl script on machine `B' & get file Processed from Machine `A'. Processing can happen on Machine `A' only. Script has to copy file to machine `A' run some command (on Machine A) process the file & if successful then copy file back to Machine B. Both machines are on network. What should I do for this? Need suggestions. Thanks in Advance, Regards Sumit

