george-cosma / WebFTPSharp

WebFTPSharp is a "lightweight", simple and fast solution for hosting a file-sharing service via the browser. Simply put, if you ever wanted to transfer something between a PC and another, and you couldn't bother with a USB, you can just simply start up WebFTP and get those files moved in no time!

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

WebFTP#

Building

To build the Typescript files, you must run etiher the built command (for debug) or the release command (for release)

npm run build
npm run release

After that, you can either use Visual Studio and IIS Express to serve the website, or use

dotnet run

About

WebFTPSharp is a "lightweight", simple and fast solution for hosting a file-sharing service via the browser. Simply put, if you ever wanted to transfer something between a PC and another, and you couldn't bother with a USB, you can just simply start up WebFTP and get those files moved in no time!


Languages

Language:C# 46.1%Language:TypeScript 33.7%Language:HTML 11.2%Language:CSS 6.6%Language:JavaScript 2.4%