An open API service indexing awesome lists of open source software.

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

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
```