Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/cosmosos/cosmosftp


https://github.com/cosmosos/cosmosftp

Last synced: 2 months ago
JSON representation

Awesome Lists containing this project

README

        



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](https://www.nuget.org/packages/CosmosFtpServer/) or [Github](https://github.com/CosmosOS/CosmosFtp/packages/1467237):

```PM
Install-Package CosmosFtpServer -Version 1.0.9
```

```PM
dotnet add PROJECT package CosmosFtpServer --version 1.0.9
```

Or add these lines to your Cosmos kernel .csproj:

```

```

You can find more information about the FTP server and how to connect from a remote computer in the [Cosmos Documentation](https://cosmosos.github.io/articles/Kernel/Network.html#ftp).

##### Port of a C written Epitech project: [NWP_myftp_2019](https://github.com/valentinbreiz/NWP_myftp_2019)

## Authors

👤 **[@valentinbreiz](https://github.com/valentinbreiz)**

## 🤝 Contributing

Contributions, issues and feature requests are welcome!

Feel free to check [issues page](https://github.com/CosmosOS/CosmosFtp/issues).

## Show your support

Give a ⭐️ if this project helped you!

## 📝 License

Copyright © 2022 [CosmosOS](https://github.com/CosmosOS).

This project is [BSD Clause 3](https://github.com/CosmosOS/CosmosFtp/blob/main/LICENSE.txt) licensed.