PHP Classes

File: docs/configuration/transport/ftp.md

Recommend this page to a friend!
  Classes of Chouchen   Shikiryu PHP Backup Tool   docs/configuration/transport/ftp.md   Download  
File: docs/configuration/transport/ftp.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: 497 bytes
 

Contents

Class file image Download

FTP transport configuration

## JSON

"Ftp": {
  "host"      : "ftp.domain.com",
  "login"     : "login",
  "password"  : "password",
  "folder"    : "/folder"
},

## General

## Options host (mandatory) = ftp host without schema ("ftp://") login = ftp login (mandatory if not anonymous) password = ftp 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