Favicon of FileZilla (LinuxServer.io)

FileZilla (LinuxServer.io)

Manage and transfer files securely using a free, open-source FTP client and server. Benefit from robust support for FTP, FTPS, and SFTP protocols.

Manage your file transfers efficiently with a highly reliable, open-source solution designed for both client and server needs. Whether you need to upload files to a web server or host files for others to download, this versatile software provides a secure environment for all your data management tasks. Distributed free of charge, it ensures accessibility without compromising on performance.

Key features include:

  • Comprehensive Protocol Support: Seamlessly connect using FTP, FTP over TLS (FTPS), and SSH File Transfer Protocol (SFTP).
  • Advanced Cloud Integration: Premium versions offer extended support for major cloud storage providers like Amazon S3, Dropbox, Google Drive, and Microsoft OneDrive.
  • Dedicated Server Capabilities: Easily set up a secure FTP and FTPS server to make your files available to external users.
  • Active Development: Benefit from continuous updates, security patches, and an active community for support.

Directory Structure

filezilla-linuxserver-io
filezilla
config
.env
docker-compose.yml

docker-compose.yml

services:
  filezilla:
    image: lscr.io/linuxserver/filezilla:latest
    container_name: filezilla
    security_opt:
      - seccomp:unconfined
    environment:
      - PUID=1000
      - PGID=1000
      - TZ=Etc/UTC
    volumes:
      - ./config:/config
    ports:
      - 3000:3000
      - 3001:3001
    shm_size: "1gb"
    restart: unless-stopped

.env

# No sensitive credentials are required for the default configuration.
# If you enable optional authentication, place secrets here.
Categories:

Share:

Ad
Favicon

 

  
 

Similar to FileZilla (LinuxServer.io)

Favicon

 

  
  
Favicon

 

  
  
Favicon