1.0.7 • Published 7 months ago

strapi-provider-upload-sftp-v3 v1.0.7

Weekly downloads
-
License
MIT
Repository
github
Last release
7 months ago

strapi-provider-upload-sftp-v3

SFTP provider for Strapi CMS file upload - added support of Node 18.

Installation

yarn add strapi-provider-upload-sftp-v3

Config

./extensions/upload/config/settings.json

{
  "provider": "sftp",
  "providerOptions": {
    "host": "<host>",
    "port": "<port>",
    "user": "<sftp-username>",
    "password": "<password>",
    "basePath": "<base-path>",
    "baseUrl": "<base-url>"
  }
}

Base URL

Base URL is used to generate the URLs for the files. The file name will be appended to it.

Obs: the value should include a / at the end

Example

Base URL: http://example.com/
File name: image.jpg

File URL: http://example.com/image.jpg

Base PATH

Base PATH is used to define where, inside FTP, files should be saved.

License

MIT License

1.0.7

7 months ago

1.0.6

7 months ago

1.0.5

7 months ago

1.0.4

7 months ago

1.0.3

7 months ago