Skip to content

LouisMT/NFU

Folders and files

NameName
Last commit message
Last commit date
Sep 17, 2015
Sep 17, 2015
Aug 26, 2014
Sep 17, 2015
Aug 14, 2014
Aug 14, 2014
Dec 27, 2014
Sep 17, 2015
Aug 17, 2014
Sep 17, 2015
Dec 27, 2014
Sep 17, 2015
Dec 27, 2014
Jun 8, 2015
Sep 17, 2015
Jun 8, 2015
Aug 14, 2014
Sep 17, 2015
Mar 28, 2015
Dec 27, 2014
Sep 17, 2015
Sep 9, 2015
Sep 17, 2015
Sep 17, 2015

Repository files navigation

NFU (Naxiz Fast Upload)

This is the complete source code and build instructions for NFU.

Source code is published under MIT, license is available here.

Third-party

Build instructions

Clone the source

 git clone https://github.com/Naxiz/NFU.git

Download SSH.NET Library

  1. Visit the download page
  2. Download SshNet .NET 4.0 Binary
  3. Copy the DLL to the project root

Building NFU

  • Launch Visual Studio 2013
  • Open the solution:
    File > Open > Project/Solution > NFU\Nfu.sln
  • Build the solution:
    Build > Build Solution