PHPackages                             otago/remote-asset-download - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Utility &amp; Helpers](/categories/utility)
4. /
5. otago/remote-asset-download

ActiveSilverstripe-vendormodule[Utility &amp; Helpers](/categories/utility)

otago/remote-asset-download
===========================

Remote Asset Download Task

v4.6.6(5y ago)53.5k1BSD-3-ClausePHPCI failing

Since Jul 11Pushed 5y ago3 watchersCompare

[ Source](https://github.com/otago/remote-asset-download)[ Packagist](https://packagist.org/packages/otago/remote-asset-download)[ Docs](https://github.com/otago/remote-asset-download)[ RSS](/packages/otago-remote-asset-download/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (10)Dependencies (2)Versions (14)Used By (0)

Remote Asset Synchronisation Task
=================================

[](#remote-asset-synchronisation-task)

### Downloads files from a remote server running SilverStripe

[](#downloads-files-from-a-remote-server-running-silverstripe)

A task that downloads accessable files in assets/\* from a target server

Usefull when you want to update assets onto a development environment, without having to do a full file snapshot. It's usefull for large websites.

[![Comparing the two file lists](images/download1.png)](images/download1.png)[![Downloading in progress](images/download2.png)](images/download2.png)

### Installation

[](#installation)

- **composer require otago/remote-asset-download**
- Create a user that can read &amp; write assets you want to sync on the target machine. This user is also used to run the task in CLI mode on the local machine.
- create your own yml **app/\_config/remoteassetssync.yml**
- update the **app/\_config/remoteassetssync.yml** with your new user's username and password, like the one below

```
---
Name: RemoteAssetTask
---
OP\RemoteAssetReadFilesController:
  target: https://website.where.filescomefrom
  user: myuserwithfilepermissions@website.org
  password: mysecretpassword
  ignore:
    - assets/studenthub/
    - assets/staffhub/

```

The user must exist in SilverStripe, and have access to assets. you can restrict the user to specific files and folders in the SilverStripe CMS.

### How to run it

[](#how-to-run-it)

Open up **/dev/tasks/OP-RemoteAssetTask** in your browser on the local machine.

You can also run it from the command line with

**vendor/silverstripe/framework/sake dev/tasks/OP-RemoteAssetTask**

### How it works

[](#how-it-works)

GraphQL

When you load the task via HTTP on the local machine, an ajax poll will ask your local machine to send a graphql request to the target server. This will return a list of files in assets. This result will then be passed back to your local machine, which will then bulk download these files from the target server.

### Notes

[](#notes)

- The task will stop when it starts running into files that have the same name &amp; id.
- if a file has a different file and the same id, it will be overwritten

###  Health Score

34

—

LowBetter than 77% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity22

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity70

Established project with proven stability

 Bus Factor1

Top contributor holds 100% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~139 days

Recently: every ~26 days

Total

13

Last Release

1924d ago

Major Versions

1.0.0 → v4.0.02018-10-01

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/67215?v=4)[torleif](/maintainers/torleif)[@torleif](https://github.com/torleif)

---

Top Contributors

[![torleif](https://avatars.githubusercontent.com/u/67215?v=4)](https://github.com/torleif "torleif (17 commits)")

---

Tags

silverstripetaskRemote download

### Embed Badge

![Health badge](/badges/otago-remote-asset-download/health.svg)

```
[![Health](https://phpackages.com/badges/otago-remote-asset-download/health.svg)](https://phpackages.com/packages/otago-remote-asset-download)
```

###  Alternatives

[kinglozzer/multiselectfield

A sortable multiple select field for managing many-to-many relations

1341.2k2](/packages/kinglozzer-multiselectfield)[wedevelopnl/silverstripe-elemental-grid

Elemental grid module

1014.1k2](/packages/wedevelopnl-silverstripe-elemental-grid)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
