sshfs-node icon indicating copy to clipboard operation
sshfs-node copied to clipboard

This module helps to mount filesystem through ssh thanks to sshfs.

Results 2 sshfs-node issues
Sort by recently updated
recently updated
newest added

Hello, I'm trying to use your module but I ave some problems... On the README, you say : sshfs.mount(user, host, mountpoint, callback); If I check the code : /lib/sshfs-node.coffee I...

This looks nice and simple, and would have been useful to me. But it looks like the shell command is run without doing any quoting or escaping of the data....