Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/cosmosos/cosmosftp
https://github.com/cosmosos/cosmosftp
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/cosmosos/cosmosftp
- Owner: CosmosOS
- License: bsd-3-clause
- Created: 2022-06-07T14:28:26.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-02-06T15:03:21.000Z (12 months ago)
- Last Synced: 2024-04-28T02:21:25.846Z (9 months ago)
- Language: C#
- Size: 101 KB
- Stars: 8
- Watchers: 10
- Forks: 3
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
CosmosFTP Server 🚀
> 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.