<div dir="ltr">Package: (Windows client:) x2goclient-4.0.5.0-2015.07.31-setup.exe;  (Ubuntu server:) x2goserver_4.0.1.19-0~1064~ubuntu14.04.1<br>Version: see above<br><br>On Windows client, if file shareing directory is set under "C:\Users\%USER%\", then it can be accessed on Linux server.<br>However, if file sharing directory on Windows client is set out of the above scope (e.g. "C:\foobar"), then it can't be accessed on Linux server due to lack of r/w permission.<br><br>For Example:<br>A) File sharing on Windows is set to "C:\Users\ayuanx\Test", notice the permission is "drwx".<br><br>$ ll ~/media/disk/                             <br>total 8.0K<br>drwx------ 3 ayuanx ayuanx 4.0K Sep 15 11:27 ./<br>drwx------ 5 ayuanx ayuanx 4.0K Sep 15 11:27 ../<br><span style="color:rgb(255,0,0)">drwx------</span> 1 ayuanx ayuanx    0 Sep 15 11:28 _cygdrive_C_Users_ayuanx_Test/<br><br>$ ll ~/media/disk/_cygdrive_C_Users_ayuanx_Test/<br>total 4.0K<br>drwx------ 1 ayuanx ayuanx    0 Sep 15 11:28 ./<br>drwx------ 3 ayuanx ayuanx 4.0K Sep 15 11:27 ../<br>-rwx------ 1 ayuanx ayuanx    0 Sep 15 10:45 New Text Document.txt*<br><br>$ touch write_test.txt; ll<br>total 4.0K<br>drwx------ 1 ayuanx ayuanx    0 Sep 15 11:59 ./<br>drwx------ 3 ayuanx ayuanx 4.0K Sep 15 11:27 ../<br>-rwx------ 1 ayuanx ayuanx    0 Sep 15 10:45 New Text Document.txt*<br>-rw-r--r-- 1 ayuanx ayuanx    0 Sep 15 11:59 write_test.txt<br><br><br>B) File sharing on Windows is set to "C:\Temp", notice the permission is "d", not accessible at all.<br><br>$ ll ~/media/disk/<br>total 8.0K<br>drwx------ 3 ayuanx ayuanx 4.0K Sep 15 10:46 ./<br>drwx------ 5 ayuanx ayuanx 4.0K Sep 15 10:46 ../<br><span style="color:rgb(255,0,0)">d---------</span> 1 ayuanx ayuanx    0 Sep 15 10:45 _cygdrive_C_Temp/<br><br>$ cd ~/media/disk/_cygdrive_C_Temp/<br>bash: cd: /home/ayuanx/media/disk/_cygdrive_C_Temp/: Permission denied<br><br><br></div>