PHP Classes

File: docs/configuration/transport/sftp.md

Recommend this page to a friend!
  Classes of Chouchen   Shikiryu PHP Backup Tool   docs/configuration/transport/sftp.md   Download  
File: docs/configuration/transport/sftp.md
Role: Auxiliary data
Content type: text/markdown
Description: Auxiliary data
Class: Shikiryu PHP Backup Tool
Backup files and databases to different storage
Author: By
Last change:
Date: 4 years ago
Size: 572 bytes
 

Contents

Class file image Download

SFTP transport configuration

## JSON

"Sftp": {
  "host"      : "ftp.domain.com",
  "port"      : 22,
  "login"     : "login",
  "password"  : "password",
  "folder"    : "/folder"
},

## General

## Options host (mandatory) = sftp host without schema ("ftp://") port = sftp port (default: 22) login (mandatory) = sftp login (mandatory if not anonymous) password (mandatory)= sftp password (mandatory if not anonymous) folder = the folder you want to put the backup in. If not set, the backup will be put in the ftp root