Skip to content

Latest commit

History

History
64 lines (47 loc) 路 2.08 KB

README.md

File metadata and controls

64 lines (47 loc) 路 2.08 KB

A full-featured, elegant FTP client


Release Travis Travis Downloads Discord Github

Qusly is an FTP client, built on top of Electron, React, Styled-components and Qusly-core. It aims to be fast, beatiful and functional.

Features

  • Supports FTP, FTPS, SFTP
  • Has tabs
  • Full file operations e.g. rename, delete
  • Properties panel
  • Structure tree

and more! Check out roadmap to see what's coming.

Screenshots

Components

Running

First of all, you need to have Node.js installed.

$ npm run dev

You can configure .env file for better dev experience. It will automatically create a new session on hot reload. Copy .env.example, then change it's name to .env.

HOSTNAME=www.example.com
USER=root
PASSWORD=password
PROTOCOL=sftp
PORT=22
ENABLED=true

You can set the protocol to sftp, ftp or ftps. Port is usually 21 for FTP(s) and 22 for SFTP.