FTP.NET is a free and open source command line interface FTP client written in .NET
- .NET 6.0 SDK: https://dotnet.microsoft.com/en-us/download/dotnet/6.0
- NSIS Compiler (for packaging): https://nsis.sourceforge.io/
- Open the
FTP.slnsolution file - Build > Build Solution, then Run or Debug the solution using the
Debug | Any CPUconfiguration.
dotnet build FTP.slncd Clientdotnet run
- Clean and build the solution with the
Release | Any CPUconfiguration. - Compile
ClientInstaller.nsiusing the NSIS compiler - Test installer on Windows machine
