Tag Archives: ftp

Easy file sharing via Docker

To quickly setup an FTP server or SMB share using a Docker container instead of fiddling with the system daemons, I’ve found these: FTP For bringing up an FTP server, I’ve found Gareth Flower’s vsftpd container: Here, it’s important to also map ports 40000 – 40009 for PASV FTP to work. The container automatically creates… Read More »