Skip to content

CosmosOS/CosmosFtp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CosmosFTP Server 🚀

Version License: BSD Clause 3 License

CosmosFTP is a FTP server made in C# for the Cosmos operating system construction kit.

Usage

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.

Port of a C written Epitech project: NWP_myftp_2019

Authors

👤 @valentinbreiz

🤝 Contributing

Contributions, issues and feature requests are welcome!

Feel free to check issues page.

Show your support

Give a ⭐️ if this project helped you!

📝 License

Copyright © 2022 CosmosOS.

This project is BSD Clause 3 licensed.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Languages