http://qs321.pair.com?node_id=596804


in reply to Processing Files in a Remote Directory

Another way to skin that cat is to build a small client application that runs on the remote system (if you are permitted to install something there) and then you simply invoke it from your script (maybe via Net::SSH), letting it do the processing remotely and then reporting back with its success/failure.