Download the PHP package terminus-plugin-project/terminus-filer-plugin without Composer

On this page you can find all versions of the php package terminus-plugin-project/terminus-filer-plugin. 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 terminus-filer-plugin

Terminus Filer Plugin

Terminus v2.x Compatible Terminus v1.x Compatible Terminus v0.x Compatible

Terminus plugin to open Pantheon sites using an SFTP client.

Adds a sub-command to 'site' which is called 'filer'. This opens a site in your favorite SFTP client.

Supported SFTP Apps

Transmit (Mac only)

Cyberduck (Mac and Windows)

Filezilla (Mac, Linux and Windows)

BitKinex (Windows only)

WinSCP (Windows only)

SFTP (Mac and Linux)

Examples

Reference Application Name

$ terminus filer companysite-33.dev --app=transmit

Reference Application Bundle Name

$ terminus filer companysite-33.dev --bundle=com.panic.transmit

Shortcut for Panic's Transmit

$ terminus transmit companysite-33.dev

$ terminus panic companysite-33.dev

Shortcut for Cyberduck

$ terminus cyberduck companysite-33.dev

$ terminus duck companysite-33.dev

Shortcut for FileZilla

$ terminus filezilla companysite-33.dev

$ terminus zilla companysite-33.dev

Shortcut for BitKinex

$ terminus bitkinex companysite-33.dev

$ terminus bit companysite-33.dev

Shortcut for WinSCP

$ terminus winscp companysite-33.dev

$ terminus scp companysite-33.dev

Shortcut for SFTP

$ terminus sftp companysite-33.dev

Installation

There are a few different ways to install Terminus' Plugins...

With Terminus

Manually

Download it to the ~/.terminus/plugins/ directory:

Windows

Enviroment variables are available for Windows SFTP clients installed outside the standard Program Files directory:

Make sure to include the full path to the executable (including the executable itself).

Example: TEMINUS_FILER_BITKINEX_LOC="C:\BitKinex\bitkinex.exe"

See http://www.computerhope.com/issues/ch000549.htm for information on how to set environment variables in Windows.

Help

Run terminus help filer for help.


All versions of terminus-filer-plugin with dependencies

PHP Build Version
Package Version
Requires php Version >=5.4
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 terminus-plugin-project/terminus-filer-plugin contains the following files

Loading the files please wait ....