2017 © Pedro Peláez
 

library filezilla-bat-generator

A class that generates bat files for connecting to FTP via FileZilla

image

daniel-griffiths/filezilla-bat-generator

A class that generates bat files for connecting to FTP via FileZilla

  • Friday, December 15, 2017
  • by Daniel-Griffiths
  • Repository
  • 1 Watchers
  • 2 Stars
  • 7 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 2 Versions
  • 0 % Grown

The README.md

FileZilla .bat generator

A simple class that generates .bat files for connecting to FTP accounts via FileZilla., (*1)

Installation

Via Composer, (*2)

composer require daniel-griffiths/filezilla-bat-generator

Usage

$filezilla = new DanielGriffiths\FileZilla;

//required settings
$filezilla->setUsername('username');
$filezilla->setPassword('password');
$filezilla->setHost('0.0.0.0');

//optional settings
$filezilla->setPath('D:\MyCustomDirectory\FileZilla.exe');
$filezilla->setPort('25');

$filezilla->generate();

All methods are also chainable., (*3)

$filezilla = new DanielGriffiths\FileZilla;
->setUsername('username')
->setPassword('password')
->setHost('0.0.0.0')
->generate();

The Versions

15/12 2017

dev-master

9999999-dev https://github.com/daniel-griffiths/filezilla-bat-generator

A class that generates bat files for connecting to FTP via FileZilla

  Sources   Download

MIT

The Requires

  • php ~5.6|~7.0

 

generator bat daniel-griffiths filezilla

26/06 2017

v1.0.0

1.0.0.0 https://github.com/daniel-griffiths/filezilla-bat-generator

A class that generates bat files for connecting to FTP via FileZilla

  Sources   Download

MIT

The Requires

  • php ~5.6|~7.0

 

generator bat daniel-griffiths filezilla