Download the PHP package trafficgate/transferer without Composer
On this page you can find all versions of the php package trafficgate/transferer. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download trafficgate/transferer
More information about trafficgate/transferer
Files in trafficgate/transferer
Package transferer
Short Description PHP objects for handling file transfers.
License MIT
Informations about the package transferer
Transferer
Helper PHP objects to handle rsync, scp, and ssh-based file transfers.
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.
scp
The available switches for ssh currently mirror those available in rsync on CentOS 6.x.
Full documentation can be found in the ScpTransfer class.
ssh
The SSH implementation is very primitive. It will most likely be transferred to a different package in the future as it doesn't completely align with the goals of this package.
It currently implements the following switches:
-
Enable quiet mode
-
Add a SSH configuration option
-
The host to connect to. This should include
username@
if it differs from the user executing the PHP script. - The command to execute over SSH
The command has quiet mode enabled by default along with the following SSH options:
BatchMode yes
StrictHostKeyChecking no
UserKnownHostsFile /dev/null
All versions of transferer with dependencies
illuminate/console Version 8.*|9.*|10.*
illuminate/support Version 8.*|9.*|10.*
trafficgate/shell-command Version ~3.0