Skip to content

Latest commit

 

History

History
29 lines (22 loc) · 520 Bytes

README.md

File metadata and controls

29 lines (22 loc) · 520 Bytes

Sftp Handler

A PHP Class to handle the sftp commands.

Installation

Via Composer

$ composer require citco/sftp
{
    "require": {
        "citco/sftp": "*"
    }
}

###Issues Bug reports and feature requests can be submitted on the Github Issue Tracker.

###License

Sftp Class is licensed under the MIT License - see the LICENSE file for details