HEX
Server: LiteSpeed
System: Linux s917.lon1.mysecurecloudhost.com 4.18.0-477.21.1.lve.1.el8.x86_64 #1 SMP Tue Sep 5 23:08:35 UTC 2023 x86_64
User: assibfaf (3034)
PHP: 7.4.33
Disabled: NONE
Upload Files
File: /home/assibfaf/public_html/vendor/nicolab/php-ftp-client/composer.json
{
  "name": "nicolab/php-ftp-client",
  "type": "library",
  "description": "A flexible FTP and SSL-FTP client for PHP. This lib provides helpers easy to use to manage the remote files.",
  "license": "MIT",
  "keywords": ["ftp", "sftp", "ssl-ftp", "ssl", "file", "server", "lib", "helper"],
  "homepage": "https://github.com/Nicolab/php-ftp-client",

	"authors"            : [
    {
      "name"     : "Nicolas Tallefourtane",
      "email"    : "dev@nicolab.net",
      "homepage" : "http://nicolab.net"
    }
  ],
  "require": {
    "php": ">=5.4",
    "ext-ftp": "*"
  },
  "autoload": {
    "psr-0": {"FtpClient": "src/"}
  }
}