{"id":19704615,"url":"https://github.com/luckylittle/filezilla-for-centos7","last_synced_at":"2026-02-05T21:31:16.865Z","repository":{"id":109045402,"uuid":"136974974","full_name":"luckylittle/FileZilla-for-CentOS7","owner":"luckylittle","description":"FileZilla for CentOS 7.5","archived":false,"fork":false,"pushed_at":"2022-10-12T07:19:32.000Z","size":132,"stargazers_count":3,"open_issues_count":0,"forks_count":2,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-02-27T17:22:44.447Z","etag":null,"topics":["centos","centos7","filezilla","filezilla-client","ftp","ftp-client","rhel","rhel7"],"latest_commit_sha":null,"homepage":null,"language":null,"has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/luckylittle.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null},"funding":{"github":"luckylittle","patreon":null,"open_collective":null,"ko_fi":null,"tidelift":null,"community_bridge":null,"liberapay":null,"issuehunt":null,"otechie":null,"lfx_crowdfunding":null,"custom":null}},"created_at":"2018-06-11T20:01:49.000Z","updated_at":"2024-04-04T13:18:46.000Z","dependencies_parsed_at":null,"dependency_job_id":"f93a3e2f-3caa-4f50-a22d-7b963f0866e9","html_url":"https://github.com/luckylittle/FileZilla-for-CentOS7","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/luckylittle/FileZilla-for-CentOS7","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/luckylittle%2FFileZilla-for-CentOS7","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/luckylittle%2FFileZilla-for-CentOS7/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/luckylittle%2FFileZilla-for-CentOS7/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/luckylittle%2FFileZilla-for-CentOS7/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/luckylittle","download_url":"https://codeload.github.com/luckylittle/FileZilla-for-CentOS7/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/luckylittle%2FFileZilla-for-CentOS7/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":266947550,"owners_count":24010752,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-07-25T02:00:09.625Z","response_time":70,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["centos","centos7","filezilla","filezilla-client","ftp","ftp-client","rhel","rhel7"],"created_at":"2024-11-11T21:23:34.127Z","updated_at":"2026-02-05T21:31:16.457Z","avatar_url":"https://github.com/luckylittle.png","language":null,"funding_links":["https://github.com/sponsors/luckylittle"],"categories":[],"sub_categories":[],"readme":"# FileZilla-for-CentOS7\n\n## How to build FileZilla Client `v3.33.0` on CentOS `v7.5` from the source\n\n### Download all the dependencies first:\n\n```bash\ncd ~/Downloads/\nwget https://dl1.cdn.filezilla-project.org/client/FileZilla_3.33.0_src.tar.bz2\nwget https://dl1.cdn.filezilla-project.org/libfilezilla/libfilezilla-0.12.3.tar.bz2\nwget https://github.com/wxWidgets/wxWidgets/releases/download/v3.0.4/wxWidgets-3.0.4.tar.bz2\nwget https://ftp.gnu.org/gnu/nettle/nettle-3.4.tar.gz\nwget https://www.gnupg.org/ftp/gcrypt/gnutls/v3.5/gnutls-3.5.18.tar.xz\n```\n\n### Prepare system for the development:\n\n```bash\nsudo yum install centos-release-scl devtoolset-7-gcc* gtk3-devel libtasn1-devel libidn-devel p11-kit-devel pugixml-devel cppunit-devel sqlite-devel -y\nscl enable devtoolset-7 bash\ngcc --version\ng++ --version\n```\n\n### Extract all the tarballs:\n\n```bash\ntar xvzf nettle-3.4.tar.gz\ntar xjvf libfilezilla-0.12.3.tar.bz2\ntar xjvf FileZilla_3.33.0_src.tar.bz2\ntar xjvf wxWidgets-3.0.4.tar.bz2\ntar xvf gnutls-3.5.18.tar.xz\n```\n\n### Let's build libfilezilla:\n\n```bash\ncd libfilezilla-0.12.3/\nmkdir compile\ncd compile/\n../configure\nmake\nsudo make install\nsudo ldconfig\ncd ~/Downloads/\n```\n\n### Build wxWidgets:\n\n```bash\ncd wxWidgets-3.0.4/\n./configure\nmake\nsudo make install\nsudo cp ~/Downloads/wxWidgets-3.0.4/lib/libwx_baseu_xml-3.0.so.0 /usr/lib64\nsudo ldconfig\nwx-config --version\nwxrc -h\ncd ~/Downloads/\n```\n\n### Build Nettle:\n\n```bash\ncd nettle-3.4/\n./configure --enable-shared --prefix=/usr\nmake\nsudo make install\ncd ~/Downloads/\n```\n\n### Build GnuTLS:\n\n```bash\ncd gnutls-3.5.18/\n./configure --with-libnettle-prefix=/usr --with-included-unistring\nmake\nsudo make install\ncd ~/Downloads/\n```\n\n### And finally build Filezilla:\n\n```bash\ncd filezilla-3.33.0/\nmkdir compile\ncd compile/\nLD_LIBRARY_PATH=/usr/local/lib64:/usr/local/lib PKG_CONFIG_PATH=/usr/local/lib/pkgconfig ../configure\nmake\nsudo make install\nfilezilla\n```\n\n### Screenshot:\n\n![images/filezilla-centos75-v3.33.0.png](images/filezilla-centos75-v3.33.0.png)\n\nNote: :point_up: has been compiled in a same way, but on GCC v8.1.0\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fluckylittle%2Ffilezilla-for-centos7","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fluckylittle%2Ffilezilla-for-centos7","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fluckylittle%2Ffilezilla-for-centos7/lists"}