5

I know Box.com does not have a non-server client for Linux. Is there, then, a way to download my files to my PC using an unofficial client?

Phil Hobrla
  • 234
  • 1
  • 2
  • 12

5 Answers5

3

rclone is a command line client which also supports mounting a remote box.com location.

rclone mount ... can mount any of Rclone’s cloud storage systems as a file system with FUSE, so it works without the expired WebDAV support.

Limitations

Without the use of “--vfs-cache-mode” this can only write files sequentially, it can only seek when reading. This means that many applications won’t work with their files on an rclone mount without “--vfs-cache-mode writes” or “--vfs-cache-mode full”. See the File Caching section of the docs for more info.

The bucket based remotes (eg Swift, S3, Google Compute Storage, B2, Hubic) do not support the concept of empty directories, so empty directories will have a tendency to disappear once they fall out of the directory cache.

It's available for download here

Tyreal
  • 131
  • 3
  • 1
    Welcome to AskUbuntu! IMHO This answer could benefit from a bit more information. See if you agree? Cheers! – Elder Geek Dec 30 '19 at 14:47
3

I found box-linux-sync on github, but it's a command-line interface.

muniz95
  • 134
  • 4
2

This explanation on how to mount box.com as a folder via webdav may also help.

mace
  • 379
  • 5
  • 15
1

WebDav will become depricated as of January 31, 2019. https://community.box.com/t5/Box-Product-News/Deprecation-WebDAV-Support/ba-p/55684 As of this time there is no available client for Linux.

1

There also "BOXFS - A FUSE-based filesystem for box.com" but I don't know if it is usable.