IT/Cloud/Remote Shares/Windows: Difference between revisions

From msgwiki
< IT‎ | Cloud‎ | Remote Shares
Jump to navigation Jump to search
Access restrictions were established for this page. If you see this message, you have no access to this page.
No edit summary
No edit summary
Line 1: Line 1:
== The Source ==
== The Source ==
We got it from [https://codeyarns.github.io/tech/2018-05-03-how-to-mount-remote-directory-on-windows-using-sshfs-win.html here]
We got it from [https://codeyarns.github.io/tech/2018-05-03-how-to-mount-remote-directory-on-windows-using-sshfs-win.html here]
[https://github.com/billziss-gh/winfsp/releases winFsp Newest GitHub version ]
[https://github.com/billziss-gh/sshfs-win/releases winSshfs Newest GitHub version ]
== Some additional Notes ==
== Some additional Notes ==
'''Be careful as you have full read and write access'''
'''Be careful as you have full read and write access'''
'''''This is not a folder on your computer that you can delete from on a whim'''''
'''''This is not a folder on your computer that you can delete from on a whim'''''
[http://makerlab.cs.hku.hk/index.php/en/mapping-network-drive-over-ssh-in-windows | Here] is an additional link that is helpful.
[http://makerlab.cs.hku.hk/index.php/en/mapping-network-drive-over-ssh-in-windows | Here] is an additional link that is helpful.
=== Installing ===
* Note the file dates.  You can always click the above link to get the newest.
* Install winSfp
* Install winSfp
** [[File:winSFp
** [[File:Winfsp Feb 2020.zip ]]
* Install Sshfs
* Install Sshfs
** [[File:Sshfs 64 Feb 2020.zip ]]
** [[File:Sshfs 64 Feb 2020.zip ]]

Revision as of 05:37, 1 February 2020

The Source

We got it from here winFsp Newest GitHub version winSshfs Newest GitHub version

Some additional Notes

Be careful as you have full read and write access This is not a folder on your computer that you can delete from on a whim | Here is an additional link that is helpful.

Installing