https://github.com/ayhamdev/superftp
FTP Desktop Application For Lan File Sharing.
https://github.com/ayhamdev/superftp
Last synced: 4 days ago
JSON representation
FTP Desktop Application For Lan File Sharing.
- Host: GitHub
- URL: https://github.com/ayhamdev/superftp
- Owner: ayhamDev
- License: other
- Created: 2023-02-06T08:40:28.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-11-26T12:01:54.000Z (over 1 year ago)
- Last Synced: 2024-11-26T13:19:00.445Z (over 1 year ago)
- Language: HTML
- Homepage:
- Size: 189 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: license.md
Awesome Lists containing this project
README
# 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](https://nodejs.org/) (v16 or later recommended)
- [npm](https://www.npmjs.com/) or [yarn](https://yarnpkg.com/)
- A supported operating system (Windows, macOS, or Linux)
### Steps
1. Clone the repository:
```bash
git clone https://github.com/ayhamDev/SuperFtp.git
2. Install dependencies:
```bash
npm install