The Samba server is running on Linux, the clients are Windows machines (Windows XP and Windows 7). Is it possible to extend the client-side context menus for files and folders on the mounted shares, by configuring something on the server-side smb.conf
?
I need this so clients can easily initiate commands to be run on the server side, on shared files. For example, if I have a server-side .mobi-to-.epub converter, I'd like to add a context menu command Convert to EPUB, which can be initiated on the client (by clicking on an item in the context menu), and it would run on the server on the file(s) selected.
If this is not possible just by changing smb.conf
, what's the easiest way? I'm considering binding plink.exe
(from PuTTY) to a command on the local context menu, but that introduces key management issues (I'd like to reuse the Samba authentication), and I suspect that there will be problems with filenames with funny (e.g. accented or whitespace) characters. Is there anything better?