Skip to content

Latest commit

 

History

History
31 lines (21 loc) · 801 Bytes

README.md

File metadata and controls

31 lines (21 loc) · 801 Bytes

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