PHPackages                             trafficgate/transferer - 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. trafficgate/transferer

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

trafficgate/transferer
======================

PHP objects for handling file transfers.

v6.0.0(2y ago)236.4k↓25%5[3 PRs](https://github.com/trafficgate/transferer/pulls)MITPHPPHP ^8.0

Since Oct 4Pushed 4mo ago2 watchersCompare

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

READMEChangelog (8)Dependencies (8)Versions (13)Used By (0)

Transferer
==========

[](#transferer)

[![Latest Version on Packagist](https://camo.githubusercontent.com/78e694f5730c1eb0cbaf8d53a45b58074a0dc90055affbe84632db046c2b078e/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f74726166666963676174652f7472616e7366657265722e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/trafficgate/transferer)[![Software License](https://camo.githubusercontent.com/55c0218c8f8009f06ad4ddae837ddd05301481fcf0dff8e0ed9dadda8780713e/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f6c6963656e73652d4d49542d627269676874677265656e2e7376673f7374796c653d666c61742d737175617265)](LICENSE.md)[![Build Status](https://camo.githubusercontent.com/a3859205fd941bc4a10d9b3ce5bd85721a754487329dcb0a6844125fe272cbc2/68747470733a2f2f696d672e736869656c64732e696f2f7472617669732f74726166666963676174652f7472616e7366657265722f6d61737465722e7376673f7374796c653d666c61742d737175617265)](https://travis-ci.org/trafficgate/transferer)[![SensioLabsInsight](https://camo.githubusercontent.com/ccac6123d180d02d0bed9c8cec705fe849ad60247b66fb0b976378a0d8fbe875/68747470733a2f2f696d672e736869656c64732e696f2f73656e73696f6c6162732f692f35373061656132652d303461342d346461362d623231332d6532643164633831333734662e7376673f7374796c653d666c61742d737175617265)](https://insight.sensiolabs.com/projects/570aea2e-04a4-4da6-b213-e2d1dc81374f)[![StyleCI](https://camo.githubusercontent.com/205b154a2fb70ef015df5dc0dd2b4ce25db0b0ca507a18e16be23e88e6d8e585/68747470733a2f2f7374796c6563692e696f2f7265706f732f36393933343332332f736869656c643f6272616e63683d6d6173746572)](https://styleci.io/repos/69934323)[![Total Downloads](https://camo.githubusercontent.com/7d54f57434202a0b393073c31ff7b2cfe5052dc57b3baa1816ba1091bbdec59c/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f74726166666963676174652f7472616e7366657265722e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/trafficgate/transferer)

Helper PHP objects to handle rsync, scp, and ssh-based file transfers.

rsync
-----

[](#rsync)

The available switches for rsync currently mirror those available in rsync on CentOS 6.x.

The following switches are not yet implemented:

- turning off options with the `no-` prefix
- sending remote-only options with the `remote-` prefix

Full documentation can be found in the RsyncTransfer class.

```
