Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/byteshiva/file-transfer-app

File Transfer App
https://github.com/byteshiva/file-transfer-app

development file-sharing file-upload golang web

Last synced: 15 days ago
JSON representation

File Transfer App

Awesome Lists containing this project

README

        

**About**

This is a simple file upload server built with Golang. With this server, you can easily transfer files between your devices over your local network.

**How it works**

When you run the server, it listens on a specified port and waits for incoming file uploads. You can access the server through your browser and upload files using a simple HTML form. The server then stores the uploaded files in the uploads directory, which is automatically created if it does not exist.

**Technologies used**

This project was built using the following technologies:

- Golang
- HTML/CSS/JavaScript
- net/http

**Getting started**

To get started with this project, you can clone the repository and run the server using the following command:

```
go run app.go
```

You can then access the server by navigating to http://localhost:8080 in your web browser.

**Contributing**

If you find any bugs or issues with this project, feel free to open a GitHub issue. Contributions are also welcome through pull requests.

**License**

This project is licensed under the Apache-2.0 license - see the LICENSE file for details.