Skip to content

Latest commit

 

History

History
17 lines (14 loc) · 405 Bytes

README.md

File metadata and controls

17 lines (14 loc) · 405 Bytes

Ftp Speculum module

Introduction

Mirrors files between a local dir and a remote FTP location. Using lftp.

Usage

  • Edit the local config file. See src/MirrorerOptions.php for an explanation of the options.
  • Invoke the task via the console. (Perhaps using a cronjob.) php public/index.php ftp-speculum

ToDo

  • Use a PSR logger.