2017 © Pedro Peláez
 

library getfilebyftp

Get file through ftp

image

geqo/getfilebyftp

Get file through ftp

  • Friday, July 27, 2018
  • by geqo
  • Repository
  • 1 Watchers
  • 0 Stars
  • 2 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 1 Versions
  • 0 % Grown

The README.md

GetFileByFTP

Get file through ftp, (*1)

Installation

composer require geqo/getfilebyftp

Usage

$client = new \Geqo\GetFileByFTP($host, $user, $pass, $port);
$client->setPassive(true);
$client->setEncoding('UTF8');
$client->getFile($addr, __DIR__ . '/' . $file);

The Versions

27/07 2018

dev-master

9999999-dev

Get file through ftp

  Sources   Download

Apache-2.0