https://github.com/davide125/filezilla-container
FileZilla 3.39 container with deprecated cyphers support
https://github.com/davide125/filezilla-container
Last synced: 2 months ago
JSON representation
FileZilla 3.39 container with deprecated cyphers support
- Host: GitHub
- URL: https://github.com/davide125/filezilla-container
- Owner: davide125
- License: mit
- Created: 2021-06-14T00:32:45.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2021-06-14T00:35:16.000Z (almost 4 years ago)
- Last Synced: 2025-03-29T07:49:11.475Z (2 months ago)
- Language: Dockerfile
- Size: 1000 Bytes
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# FileZilla 3.39 container with deprecated cyphers
Minimal container with
[FileZilla 3.39](https://packages.debian.org/buster/filezilla),
based on Debian Buster. This [FileZilla](https://filezilla-project.org/)
version still supports deprecated cyphers such as TLS 1.0, which have been
dropped from FileZilla 3.47 onwards, making it handy to access misconfigured
FTP servers from a modern system.The easiest way to use this is probably with
[x11docker](https://github.com/mviereck/x11docker):```
$ podman build -t filezilla git://github.com/davide125/filezilla-container
$ x11docker --backend=podman --pull=no -m --share=$HOME/Downloads filezilla
```