Download the PHP package rah/rah_backup_sftp without Composer

On this page you can find all versions of the php package rah/rah_backup_sftp. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.

FAQ

After the download, you have to make one include require_once('vendor/autoload.php');. After that you have to import the classes with use statements.

Example:
If you use only one package a project is not needed. But if you use more then one package, without a project it is not possible to import the classes with use statements.

In general, it is recommended to use always a project to download your libraries. In an application normally there is more than one library needed.
Some PHP packages are not free to download and because of that hosted in private repositories. In this case some credentials are needed to access such packages. Please use the auth.json textarea to insert credentials, if a package is coming from a private repository. You can look here for more information.

  • Some hosting areas are not accessible by a terminal or SSH. Then it is not possible to use Composer.
  • To use Composer is sometimes complicated. Especially for beginners.
  • Composer needs much resources. Sometimes they are not available on a simple webspace.
  • If you are using private repositories you don't need to share your credentials. You can set up everything on our site and then you provide a simple download link to your team member.
  • Simplify your Composer build process. Use our own command line tool to download the vendor folder as binary. This makes your build process faster and you don't need to expose your credentials for private repositories.
Please rate this library. Is it a good library?

Informations about the package rah_backup_sftp

h1. SFTP module for rah_backup

"Packagist":https://packagist.org/packages/rah/rah_backup_sftp | "Twitter":http://twitter.com/gocom | "Donate":http://rahforum.biz/donate/rah_backup_sftp

Transfers backups created with "rah_backup":https://github.com/gocom/rah_backup to a offsite location via SSH File Transfer Protocol. This module uses "phpseclib":https://github.com/phpseclib/phpseclib for its wonderful pure-PHP SFTP implementation.

h2. Install

Using "Composer":http://getcomposer.org:

bc. $ composer require rah/rah_backup_sftp:*

h2. Preferences

The plugin adds set of configurable preferences to Textpattern's Preferences panel.

h3. Hostname

The remote SFTP server hostname. This can either be a domain name or an IP address. For example:

bc. example.tld

h3. Port

The remote SFTP server port number. The default SSH port is 22. For example:

bc. 25522

h3. Remote backup directory path

Path to the directory used to store the backups on the remote server. If left empty, it uses the user's default SFTP root directory that normally defaults to the user's home directory. For example:

bc. /backups/uploads

The used directory needs to be writable by the user.

h3. Username

Username used to login to the remote server. For example:

bc. john

h3. Password

The user's login password, or passphrase for the RSA private key if key authentication is used:

bc. mypassword

h3. Path to RSA private key

If set, RSA public key is used for logging in instead of plaintext password. This option takes a path to your RSA private key file. The path is relative to Textpattern installation location (e.g. @textpattern/@).

bc. ../../id_rsa

The above would use a @id_rsa@ file placed to the directory located one level above your main @index.php@ file.

h2. Changelog

h3. Version 0.1.0 - 2014/04/01


All versions of rah_backup_sftp with dependencies

PHP Build Version
Package Version
Requires php Version >=5.3.0
textpattern/lock Version *
textpattern/installer Version *
rah/rah_backup Version *
rah/rah_autoload Version *
phpseclib/phpseclib Version 0.3.*
Composer command for our command line client (download client) This client runs in each environment. You don't need a specific PHP version etc. The first 20 API calls are free. Standard composer command

The package rah/rah_backup_sftp contains the following files

Loading the files please wait ....