Comment by zarkov99
8 years ago
Will this support network drives? That has been a sore spot in every ssh on windows attempt I have seen so far.
8 years ago
Will this support network drives? That has been a sore spot in every ssh on windows attempt I have seen so far.
What kind of network drive support are you looking for specifically?
If you mean, "interact with them from an interactive shell like cmd or PowerShell", yes, you can absolutely do that. Our implementation literally stands up a console host on the server side, so whatever you can do in that console host with the privileges you have, you can do over SSH.
If you mean, "do you support SCP and SFTP for transferring files in a network-drivey way" the answer is also yes. SCP is supported directly against sshd, and we ship both an SFTP server and client.
If you're talking about something NFS or SMB related, I'd be curious to hear more details.