Skip to content

A simple PHP CLI app to find entries in your FileZilla sitemanager.xml

Notifications You must be signed in to change notification settings

ment4list/fz-find

Repository files navigation

FZ Find

A PHP CLI app to find and show entries in your Filezilla's sitemanager.xml file.

Built with Laravel Zero.

Usage

Clone the repo and run ./builds/fzfind find "your site name".

Alternatively:

Add fzfind from /builds/fzfind to your path.

Then you can run ./fzfind find "your site name"

Adding to path

Add /builds folder to your PATH. E.g., Add the line to your .bashrc or .zshrc file.

export PATH="/path/to/fz-find/builds:$PATH"

Building standalone

If you've made changes and want to build the standalone phar, run

php fz-find app:build fzfind

This will add the standalone phar file in the /builds folder.

See the docs for more.

About

A simple PHP CLI app to find entries in your FileZilla sitemanager.xml

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages