Blob Blame History Raw
---
document: modulemd
version: 2
data:
  summary: FTP, FTPS and SFTP client
  description: >-
    FileZilla is a FTP, FTPS and SFTP client for Linux with a lot of features. - Supports
    FTP, FTP over SSL/TLS (FTPS) and SSH File Transfer Protocol (SFTP) - Cross-platform
    - Available in many languages - Supports resume and transfer of large files >4GB
    - Easy to use Site Manager and transfer queue - Drag & drop support - Speed limits
    - Filename filters - Network configuration wizard
  license:
    module:
    - MIT
  dependencies:
  - buildrequires:
      flatpak-common: [f30]
      flatpak-runtime: [f30]
      platform: [f30]
    requires:
      flatpak-common: [f30]
      flatpak-runtime: [f30]
      platform: [f30]
  profiles:
    default:
      rpms:
      - filezilla
  components:
    rpms:
      filezilla:
        rationale: Application package
        ref: f30
        buildorder: 10
      libfilezilla:
        rationale: Runtime dependency
        ref: f30
      xdg-utils:
        rationale: Runtime dependency
        ref: f30
      libstorj:
        rationale: Runtime dependency
        ref: f30
      libuv:
        rationale: Runtime dependency
        ref: f30
      pugixml:
        rationale: Runtime dependency
        ref: f30
...