Introduction
FileZilla TS lets you use your saved FileZilla connections from JavaScript, TypeScript or the terminal. Search profiles by name, host or username, look up connection details, and read local and remote directory settings.
To find a saved profile from the terminal:
filezilla-js --search example.com --show-passwordThe CLI finds your FileZilla configuration automatically and displays a table for each match. See installation to install the CLI or library.
The core library reads Site Manager XML and preserves its folder structure. For uploads and downloads, the FTP and SFTP packages connect saved sites through Dockline.
Start with installation, the quick start, FTP, SFTP or the CLI. The specification describes behavior and limitations.
FileZilla TS is an independent project and is not affiliated with or endorsed by FileZilla.