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

Packages

 
 
 

Languages