2017 © Pedro Peláez
 

library pop-ftp

Pop FTP Component for Pop PHP Framework

image

popphp/pop-ftp

Pop FTP Component for Pop PHP Framework

  • Monday, January 29, 2018
  • by nicksagona
  • Repository
  • 1 Watchers
  • 2 Stars
  • 1,117 Installations
  • PHP
  • 1 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 10 Versions
  • 5 % Grown

The README.md

pop-ftp

Join the chat at https://discord.gg/TZjgT74U7E, (*1)

Overview

pop-ftp is a simple and convenient FTP adapter for processing FTP requests via PHP., (*2)

It is a component of the Pop PHP Framework., (*3)

Top, (*4)

Install

Install pop-ftp using Composer., (*5)

composer require popphp/pop-ftp

Or, require it in your composer.json file, (*6)

"require": {
    "popphp/pop-ftp" : "^4.0.1"
}

Top, (*7)

Quickstart

Create a new directory, change into it and upload a file

use Pop\Ftp\Ftp;

$ftp = new Ftp('ftp.myserver.com', 'username', 'password');

$ftp->mkdir('somedir');
$ftp->chdir('somedir');

$ftp->put('file_on_server.txt', 'my_local_file.txt');

Download file from a directory

use Pop\Ftp\Ftp;

$ftp = new Ftp('ftp.myserver.com', 'username', 'password');

$ftp->chdir('somedir');

$ftp->get('my_local_file.txt', 'file_on_server.txt');

Top, (*8)

The Versions

29/01 2018

dev-master

9999999-dev http://www.popphp.org/

Pop FTP Component for Pop PHP Framework

  Sources   Download

BSD-3-Clause New BSD

The Requires

  • php >=5.6.0

 

php ftp pop pop php

29/01 2018

dev-v3-dev

dev-v3-dev http://www.popphp.org/

Pop FTP Component for Pop PHP Framework

  Sources   Download

BSD-3-Clause New BSD

The Requires

  • php >=5.6.0

 

php ftp pop pop php

29/01 2018

3.0.1

3.0.1.0 http://www.popphp.org/

Pop FTP Component for Pop PHP Framework

  Sources   Download

BSD-3-Clause

The Requires

  • php >=5.6.0

 

php ftp pop pop php

22/02 2017

3.0.0

3.0.0.0 http://www.popphp.org/

Pop FTP Component for Pop PHP Framework

  Sources   Download

New BSD

The Requires

  • php >=5.6.0

 

php ftp pop pop php

01/07 2016

2.1.0

2.1.0.0 http://www.popphp.org/

Pop FTP Component for Pop PHP Framework

  Sources   Download

New BSD

The Requires

  • php >=5.4.0

 

php ftp pop pop php

19/02 2016

2.0.0p4

2.0.0.0-patch4 http://www.popphp.org/

Pop FTP Component for Pop PHP Framework

  Sources   Download

New BSD

The Requires

  • php >=5.4.0

 

php ftp pop pop php

21/10 2015

2.0.0p3

2.0.0.0-patch3 http://www.popphp.org/

Pop FTP Component for Pop PHP Framework

  Sources   Download

New BSD

The Requires

  • php >=5.4.0

 

php ftp pop pop php

21/10 2015

2.0.0p2

2.0.0.0-patch2 http://www.popphp.org/

Pop FTP Component for Pop PHP Framework

  Sources   Download

New BSD

The Requires

  • php >=5.4.0

 

php ftp pop pop php

23/09 2015

2.0.0p1

2.0.0.0-patch1 http://www.popphp.org/

Pop FTP Component for Pop PHP Framework

  Sources   Download

New BSD

The Requires

  • php >=5.4.0

 

php ftp pop pop php

20/07 2015

2.0.0

2.0.0.0 http://www.popphp.org/

Pop FTP Component for Pop PHP Framework

  Sources   Download

New BSD

The Requires

  • php >=5.4.0

 

php ftp pop pop php