2017 © Pedro Peláez
 

shopware-plugin swag-media-sftp

The SFTP adapter allows you to manage your media files in shopware on a SFTP environment.

image

shopwarelabs/swag-media-sftp

The SFTP adapter allows you to manage your media files in shopware on a SFTP environment.

  • Thursday, February 8, 2018
  • by bcremer
  • Repository
  • 16 Watchers
  • 10 Stars
  • 97 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 3 Forks
  • 1 Open issues
  • 3 Versions
  • 37 % Grown

The README.md

SFTP Adapter for Shopware

Software License, (*1)

The SFTP adapter allows you to manage your media files in shopware on a SFTP environment., (*2)

Building a package

Just run ./build.sh., (*3)

Install

Download the plugin from the release page and enable it in shopware., (*4)

Usage

Update your config.php in your root directory and fill in your own values, (*5)

'cdn' => [
    'backend' => 'sftp',
    'adapters' => [
        'sftp' => [
            'type' => 'sftp',
            'mediaUrl' => 'YOUR_REMOTE_MEDIA_URL',
            'host' => 'YOUR_REMOTE_HOST',
            'port' => 22,
            'username' => 'YOUR_REMOTE_USERNAME',
            'password' => 'YOUR_REMOTE_PASSWORD',
            'privateKey' => 'PATH_TO_PRIVATE_KEY_FILE',
            'root' => 'YOUR_PATH_ON_REMOTE_HOST',
            'timeout' => 10
        ]
    ]
]

Value explanation

Name Required Description
type Yes Adapter type. Do not change.
mediaUrl Yes Base url where the media folders is available
host Yes Host of your remote
port No Defaults to 22
username Yes Username for your remote
password No Password for your remote
privateKey No Local path to your private key
root No Path on your remote
timeout No Timeout for contacting the server. Defaults to 10

License

The MIT License (MIT). Please see License File for more information., (*6)

The Versions

08/02 2018

dev-master

9999999-dev

The SFTP adapter allows you to manage your media files in shopware on a SFTP environment.

  Sources   Download

MIT

The Requires

 

08/02 2018

1.0.1

1.0.1.0

The SFTP adapter allows you to manage your media files in shopware on a SFTP environment.

  Sources   Download

MIT

The Requires

 

14/11 2017

1.0.0

1.0.0.0

The SFTP adapter allows you to manage your media files in shopware on a SFTP environment.

  Sources   Download

MIT

The Requires