PHPackages                             rjkip/ftp-php - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [HTTP &amp; Networking](/categories/http)
4. /
5. rjkip/ftp-php

AbandonedArchivedLibrary[HTTP &amp; Networking](/categories/http)

rjkip/ftp-php
=============

A small, easy-to-use library for accessing FTP servers.

v1.1.0(12y ago)14190.5k↓34%51PHPPHP &gt;=5.3

Since Jul 27Pushed 12y ago2 watchersCompare

[ Source](https://github.com/rjkip/ftp-php)[ Packagist](https://packagist.org/packages/rjkip/ftp-php)[ RSS](/packages/rjkip-ftp-php/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependenciesVersions (4)Used By (1)

FTP for PHP (c) David Grudl, 2008 ()

Introduction
------------

[](#introduction)

FTP for PHP is a very small and easy-to-use library for accessing FTP servers.

David Grudl's project at GoogleCode:
David Grudl's PHP blog:

Requirements
------------

[](#requirements)

- PHP 5.3+

Installation
------------

[](#installation)

Install `FtpPhp` through [Composer](http://getcomposer.org/doc/00-intro.md). Just specify `rjkip/ftp-php` as a dependency.

Usage
-----

[](#usage)

Opens an FTP connection to the specified host:

```
