./sshfs --examples
Funciones y ejemplos de uso
command
sshfs -o ssh_command=/path/to/command x: /path/to/dir/
download
sshfs [email protected]:/ /path/to/dir/
cp /path/to/dir/path/to/input-file /path/to/output-file
shell
echo -e '/bin/sh </dev/tty >/dev/tty 2>/dev/tty' >/path/to/temp-file
chmod +x /path/to/temp-file
sshfs -o ssh_command=/path/to/temp-file x: /path/to/dir/
upload
sshfs [email protected]:/ /path/to/dir/
cp /path/to/input-file /path/to/dir/
./related --binary=sshfs
Binarios relacionados
Comparten al menos una función con sshfs.