I posted this in discussion but then figured this is a better place for it. I find sharing files and setting up a network to be too much trouble so i like rsync because it gives me a no fuss way to transfer files on all pc's in the house. Grsync makes it easier than the command line BUT since I am not shared I cannot "see" files and directories on other pc's with file button. I use rsync daemons without ssh on my physically secure network. Rsync can list the directories and files on any module but the list is onerous. I have written a python companion program that I run at the same time as grsync that gives me directories and files on any module and puts selected file or directory right clicked in clipboard that I paste to grsync. It would be awesome if this functionality (a module file select button) were added to grsync so two programs are not needed. I've thought about writing a python copy of the functionality of grsync to include this, but it is a lot of work to do so, and it would be for one person. Attached is my script. It works on Daemon without ssh. Since I don't have ssh or any other rsync shell set up I have no idea if it would work on them. I include the script so you can see what I am saying and if anyone wants it they are welcome to it.
Hello,
Thanks for your contribution!
I will have a look ASAP.