Skip to main content

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

Project description

Documentation and readme WIP.

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.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

remote-fs-0.1.1.tar.gz (5.9 kB view hashes)

Uploaded Source

Built Distribution

remote_fs-0.1.1-py3-none-any.whl (8.0 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page