# FluentFTP-LibFileZilla **Repository Path**: mirrors_robinrodricks/FluentFTP-LibFileZilla ## Basic Information - **Project Name**: FluentFTP-LibFileZilla - **Description**: No description available - **Primary Language**: Unknown - **License**: GPL-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 0 - **Created**: 2022-10-24 - **Last Updated**: 2026-04-04 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # libfilezilla Copyright (C) 2021 Tim Kosse https://lib.filezilla-project.org/ FluentFTP ------------- Forked for use by FluentFTP on 21/10/2022. Overview -------- libfilezilla is a free, open source C++ library, offering some basic functionality to build high-performing, platform-independent programs. Some of the highlights include: - A typesafe, multi-threaded event system that's very simple to use yet extremely efficient - Timers for periodic events - A socket class for TCP communication with infrastructure to easily add layers on top - A TLS layer to secure communication - A datetime class that not only tracks timestamp but also their accuracy, which simplifies dealing with timestamps originating from different sources - Simple process handling for spawning child processes with redirected I/O This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. Documentation ------------- Documentation is available at https://lib.filezilla-project.org/doc/ Supported systems ----------------- libfilezilla has been tested on the following platforms: - Several major Linux distributions - FreeBSD and other BSD variants - Mac OS X - Windows 7, 8.1 and 10 (9x/ME/NT4/2000/XP/Vista are not supported) Tested architectures: - x86 - x86-64 / amd64 FileZilla may be able to run on additional systems and architectures. Contact ------- Project website: https://lib.filezilla-project.org/ IRC: #filezilla on chat.freenode.net Project leader: mailto:tim.kosse@filezilla-project.org (Support requests per mail will be ignored)