Is there any way to setup shared folders on a linux host, and access them from Windows?
My end result is to use this with QDirModel, i.e.
Qt Code:
  1. tree.setRootIndex(model.index("//ip.to.linux.pc/logs"));
To copy to clipboard, switch view to plain text mode 
If not, what would be an easier way to accomplish something similar? I just want to be able to list files of one folder.
Thanks