Skip to content

A tool to manage your remote filesystems (sshfs, mount_smbfs)

Notifications You must be signed in to change notification settings

pearagit/remote-fs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

remote-fs

A tool to manage mounting your remote filesystems using smbfs and ssfs.

Install

pip install remote-fs

Usage

Usage: remote-fs [OPTIONS] COMMAND [ARGS]...

Options:
  --smbfs  mounts via mount_smbfs (darwin only)
  --sshfs  mounts via sshfs
  --help   Show this message and exit.

Commands:
  ls
  mount
  unmount

ls

Can list configs for saved configs and mounts for currently mounted configs.

Usage: remote-fs ls [OPTIONS] RESOURCE

Options:
  --help  Show this message and exit.

mount

When --sshfs is set, the default value for the --option param is reconnect,ServerAliveInterval=15,ServerAliveCountMax=3.

Usage: remote-fs mount [OPTIONS] MOUNT_POINT

Options:
  --load
  --name TEXT
  --remote TEXT      full hostname string, e.g. user@hostname:dir
  --hostname TEXT
  --user TEXT
  --dir TEXT
  -o, --option TEXT
  --help             Show this message and exit.

unmount

Runs umount using the mount point in the passed config.

Usage: remote-fs unmount [OPTIONS] NAME

Options:
  --help  Show this message and exit.

About

A tool to manage your remote filesystems (sshfs, mount_smbfs)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages