Download the PHP package apiopenstudio/transport_sftp without Composer
On this page you can find all versions of the php package apiopenstudio/transport_sftp. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download apiopenstudio/transport_sftp
More information about apiopenstudio/transport_sftp
Files in apiopenstudio/transport_sftp
Download apiopenstudio/transport_sftp
More information about apiopenstudio/transport_sftp
Files in apiopenstudio/transport_sftp
Vendor apiopenstudio
Package transport_sftp
Short Description Transport for ApiOpenStudio output over the SFTP protocol.
License MIT
Package transport_sftp
Short Description Transport for ApiOpenStudio output over the SFTP protocol.
License MIT
Please rate this library. Is it a good library?
Informations about the package transport_sftp
Transport SFTP
Transport for ApiOpenStudio output over the SFTP protocol.
Adding to your project
Composer
$ composer require apiopenstudio/transport_sftp
Configuration
Add a remote output processor to your resource.
The output section example below will return the output in the response as well as upload the response to a server using SFTP:
output:
-
processor: xml_remote
id: example XML Remote output
filename: example.xml
transport: ApiOpenStudio\Plugins\TransportSftp
parameters:
host:
username:
root_path:
password:
private_key:
passphrase:
port:
user_agent:
timeout:
max_tries:
fingerprint_string:
-
response
Note: the value for the transport is the full namespace path.
Parameters
Required
- host
- username
- root_path
Optional
- password
- private_key
- passphrase
- port
- user_agent
- timeout
- max_tries
- fingerprint_string
Further information
See FlySystem documentation and The League GitHub for more details.
All versions of transport_sftp with dependencies
PHP Build Version
Package Version
Requires
league/flysystem-sftp-v3 Version
^3.0
The package apiopenstudio/transport_sftp contains the following files
Loading the files please wait ....