CosmosFTP is a FTP server made in C# for the Cosmos operating system construction kit.
Install the Nuget Package from Nuget or Github:
Install-Package CosmosFtpServer -Version 1.0.9
dotnet add PROJECT package CosmosFtpServer --version 1.0.9
Or add these lines to your Cosmos kernel .csproj:
<ItemGroup>
<PackageReference Include="CosmosFtpServer" Version="1.0.9" NoWarn="NU1604;NU1605" />
</ItemGroup>
You can find more information about the FTP server and how to connect from a remote computer in the Cosmos Documentation.
Contributions, issues and feature requests are welcome!
Feel free to check issues page.
Give a ⭐️ if this project helped you!
Copyright © 2022 CosmosOS.
This project is BSD Clause 3 licensed.