Hello list, <br><br>I would like to ask the list for a general developing question. I need to set up some kind of shared directory between the 770 and my developing PC. This way I can write a python script on my PC editor, save on the shared directory directly which would lie on the 770, and then just run the script through ssh from my pc as well.
<br><br>This way I dont have to use the SDK, the stuff I need to do are simple so using it just makes my life harder.<br><br>I accomplished this already using sshfs. The thing is that sshfs just decided to stop working, when I issue the mount command, it asks for the remote ssh password of the 770 and then just hangs... no output whatsoever, just stays there.
<br><br>What other alternatives have you ppl been using?<br>