PHPackages                             touki/ftp-bundle - 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. [File &amp; Storage](/categories/file-storage)
4. /
5. touki/ftp-bundle

ActiveLibrary[File &amp; Storage](/categories/file-storage)

touki/ftp-bundle
================

A bundle wrapper for touki/ftp component

25.8k[1 issues](https://github.com/touki653/FTPBundle/issues)PHP

Since Jun 9Pushed 10y agoCompare

[ Source](https://github.com/touki653/FTPBundle)[ Packagist](https://packagist.org/packages/touki/ftp-bundle)[ RSS](/packages/touki-ftp-bundle/feed)WikiDiscussions master Synced 2mo ago

READMEChangelogDependenciesVersions (1)Used By (0)

PHP FTP Wrapper Bundle
======================

[](#php-ftp-wrapper-bundle)

This is a Symfony2 bundle to wrap the [FTP Component](https://github.com/touki653/php-ftp-wrapper)

Installation
============

[](#installation)

**composer.json**

```
{
    "require": {
        "touki/ftp-bundle": "dev-master"
    }
}
```

Then run

```
$ composer install touki/ftp-bundle
```

Then you must add the bundle in your `AppKernel.php`

```

```

Configuration
=============

[](#configuration)

The default configuration is as follows

```
touki_ftp:
    host:     localhost # Remote server name
    username: anonymous # Username to connect with
    password: guest     # Password to connect with
    port:     21        # Port to connect to
    secured:  false     # Whether to connect with SSL or not
```

Service list
============

[](#service-list)

For the standard usage of the component, please read the [documentation](https://github.com/touki653/php-ftp-wrapper/tree/master/docs)

```
