ExpanDrive Public Docs
  • Installation & System Requirements
    • Linux
  • Integrations
    • Amazon S3
    • SFTP
    • FTP
    • Box.com
    • Dream Objects
    • Google Drive
    • iDrive e2
    • Hubic
    • Nextcloud
    • Open Stack
    • Rackspace
    • Wasabi
    • WebDAV
  • Security
  • Offline Sync
  • Logs
  • Uninstalling
  • ExpanDrive For Teams
  • ExpanDrive Server Edition
    • Installation
    • Setup
    • CLI
Powered by GitBook
On this page

Was this helpful?

  1. ExpanDrive Server Edition

CLI

exfs can also be controlled via the command-line. On Windows, you need to be an admin user in order to mount drives.

 $ exfs --help 

ExpanDrive 7.5.2
Usage:
ExpanDrive [OPTION...]

--help                  Print help
--config                Launch web-based user-interface
--list                  List all configured connections
--foreground            Keep exfs in the foreground
--sync                  Enable sync write operations
--register license_key  Install license key
--trial email           Request 7 day trial license
--mount drive_name      Mount a drive
--unmount drive_name    Unmount a drive
--unmount-all           Unmount all drives

Most options are self explanatory, except perhaps sync. Since exfs runs unattended, it is not always desirable to have filesystem operations complete in the background, since if there is an error condition there is no good way to report it to the user. The sync option makes it such that operations like delete, rename, and write don't complete until they've been propagated out to remote storage. This can often be what is necessary for an application, but is generally much slower since there is no opportunity to aggregate and parallelize multiple requests.

PreviousSetup

Last updated 9 months ago

Was this helpful?