Skip to content

Latest commit

 

History

History
30 lines (18 loc) · 802 Bytes

README.md

File metadata and controls

30 lines (18 loc) · 802 Bytes

SuperFtp

SuperFtp is a modern, cross-platform FTP client built with Node.js and Electron. It supports FTP, FTPS, and SFTP protocols, providing a secure and user-friendly interface for managing file transfers efficiently.

Features

  • Cross-Platform: Works seamlessly on Windows, macOS, and Linux.
  • User-Friendly UI: Built with Electron for a sleek, modern interface.

Installation

Prerequisites

Ensure you have the following installed:

  • Node.js (v16 or later recommended)
  • npm or yarn
  • A supported operating system (Windows, macOS, or Linux)

Steps

  1. Clone the repository:

    git clone https://github.com/ayhamDev/SuperFtp.git
    
  2. Install dependencies:

    npm install