All Projects → sganis → golddrive

sganis / golddrive

Licence: GPL-3.0 License
Windows ssh network drive

Programming Languages

c
50402 projects - #5 most used programming language
python
139335 projects - #7 most used programming language
C#
18002 projects
Batchfile
5799 projects
C++
36643 projects - #6 most used programming language
Dockerfile
14818 projects

Projects that are alternatives of or similar to golddrive

windows-network-drive
Do network drive stuff on Microsoft Window in node
Stars: ✭ 18 (-40%)
Mutual labels:  mount, network-drive
vlocode
Vlocity development extension for Visual Studio Code
Stars: ✭ 18 (-40%)
Mutual labels:  visual-studio
ILMerge-MSBuild-Task
Adds ILMerge to Visual Studio 2013/2017 or automated builds. This Task is intended to work right out of the box however, it supports a configuration file where you can control every ILMerge property including the list of assemblies to be merged.
Stars: ✭ 52 (+73.33%)
Mutual labels:  visual-studio
dist-detect
Try to determine what Linux/Unix distribution is running on a remote host and get a hint if security updates are applied.
Stars: ✭ 14 (-53.33%)
Mutual labels:  ssh
fastlogin
ssh快速登录工具
Stars: ✭ 45 (+50%)
Mutual labels:  ssh
ssh-python
Python bindings for libssh C library.
Stars: ✭ 19 (-36.67%)
Mutual labels:  ssh
iCtrl
UofT Engineering Lab Remote
Stars: ✭ 91 (+203.33%)
Mutual labels:  ssh
zaku
[WIP] A JSX-based UI builder for auto generate code.
Stars: ✭ 68 (+126.67%)
Mutual labels:  visual-studio
AppVeyorExtension
AppVeyor extension for Visual Studio
Stars: ✭ 15 (-50%)
Mutual labels:  visual-studio
FlaxSamples
Collection of example projects for Flax Engine
Stars: ✭ 50 (+66.67%)
Mutual labels:  visual-studio
TwitterPiBot
A Python based bot for Raspberry Pi that grabs tweets with a specific hashtag and reads them out loud.
Stars: ✭ 85 (+183.33%)
Mutual labels:  ssh
client
Remote access and tunnels to your localhost from everywhere in the world.
Stars: ✭ 25 (-16.67%)
Mutual labels:  ssh
gost
GO Simple Tunnel - a simple tunnel written in golang
Stars: ✭ 8,395 (+27883.33%)
Mutual labels:  ssh
FileBrowser
A faked Total Commander in C#
Stars: ✭ 14 (-53.33%)
Mutual labels:  visual-studio
firecode
VS Code Firestore Rules Extension
Stars: ✭ 35 (+16.67%)
Mutual labels:  visual-studio
Mega-index-heroku
Mega nz heroku index, Serves mega.nz to http via heroku web. It Alters downloading speed and stability
Stars: ✭ 165 (+450%)
Mutual labels:  mount
sshcon
Quick and simple SSH config management tool
Stars: ✭ 29 (-3.33%)
Mutual labels:  ssh
sshsyrup
A low-to-medium interaction SSH Honeypot with features to capture terminal activity and upload to asciinema.org
Stars: ✭ 84 (+180%)
Mutual labels:  ssh
Server-Help
💻 This VSTO Add-In allows the user to ping a list of servers and creates a file for Microsoft Remote Desktop Manager an Excel table. This is used for quickly determining which servers are offline in a list. It is written in 3 different versions as a VSTO Add-In in C# and VB.NET as well as a VBA Add-In.
Stars: ✭ 21 (-30%)
Mutual labels:  visual-studio
tinkerun
A new way of Running Tinker. Simplify the Web Artisan's workflow.
Stars: ✭ 266 (+786.67%)
Mutual labels:  ssh

Build status

Golddrive

SSHFS for Windows - Map drives to remote filesystems using SSH.

Installation

Install WinFsp from https://github.com/billziss-gh/winfsp/releases, then install Golddrive from https://github.com/sganis/golddrive/releases. The installation requires admin priviledges.

How to use

Run the Golddrive app available in the start menu, choose a free drive and connect to your remote ssh server. User and port are optional, they default to the current windows user and port 22. Hostname can be a machine name, domain name or IP address. The first time after a successful login, the app will generate ssh keys to mount drives. Golddrive only supports key authentication at this moment.

Once ssh keys are generated, it is also possible to mount drives using Windows net use command or Windows Explorer Map Drive feature. The command line must be like this:

> net use Z: \\golddrive\[user@]hostname[!port]

If something goes wrong, test the ssh authentication with an ssh client. Go to Help -> Open Terminal, and run:

> ssh [-p port] user@hostname

A successful login to the remote hostname without password should be the result.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].