JSPM

  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 4
  • Score
    100M100P100Q48653F
  • License MIT

Mount an AWS instance locally

Package Exports

  • sshfsmount

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (sshfsmount) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

sshfsmount

Mount a remote instance locally

###Install [sudo] npm install sshfsmount -g

###Help

  -I, --mount string
  -C, --connect string
  -u, --unmount string
  -g, --setGlobal
  -a, --add
  -M, --defaultMountDir string
  -R, --defaultRemoteDir string
  -U, --defaultUsername string
  -P, --defaultPemDir string
  -c, --getGlobalConfig
  -m, --mountDir string
  -n, --mountName string
  -H, --host string
  -p, --pemDir string
  -f, --pemFile string
  -r, --remoteDir string
  -h, --help

###Create mounter -a -n sitename -H site.com -f site.pem

###Connect mounter -C sitename

###Mount mounter -I sitename