File: tramp-sshfs.el.html
sshfs is a program to mount a virtual file system, based on an sftp connection. Tramp uses its mount utility to access files and directories there.
A remote file under sshfs control has the form
"/sshfs:user@host#port:/path/to/file". User name and port number
are optional.
Defined variables (3)
tramp-sshfs-file-name-handler-alist | Alist of handler functions for Tramp SSHFS method. |
tramp-sshfs-method | Tramp method for sshfs mounts. |
tramp-sshfs-program | The sshfs mount command. |
Defined functions (14)
tramp-sshfs-file-name-handler | (OPERATION &rest ARGS) |
tramp-sshfs-file-name-p | (VEC-OR-FILENAME) |
tramp-sshfs-handle-copy-file | (FILENAME NEWNAME &optional OK-IF-ALREADY-EXISTS KEEP-DATE PRESERVE-UID-GID PRESERVE-EXTENDED-ATTRIBUTES) |
tramp-sshfs-handle-exec-path | () |
tramp-sshfs-handle-file-system-info | (FILENAME) |
tramp-sshfs-handle-file-writable-p | (FILENAME) |
tramp-sshfs-handle-insert-file-contents | (FILENAME &optional VISIT BEG END REPLACE) |
tramp-sshfs-handle-process-file | (PROGRAM &optional INFILE DESTINATION DISPLAY &rest ARGS) |
tramp-sshfs-handle-rename-file | (FILENAME NEWNAME &optional OK-IF-ALREADY-EXISTS) |
tramp-sshfs-handle-set-file-modes | (FILENAME MODE &optional FLAG) |
tramp-sshfs-handle-set-file-times | (FILENAME &optional TIMESTAMP FLAG) |
tramp-sshfs-handle-write-region | (START END FILENAME &optional APPEND VISIT LOCKNAME MUSTBENEW) |
tramp-sshfs-maybe-open-connection | (VEC) |
tramp-sshfs-tolerate-tilde | (ORIG-FUN) |