server

command module
v0.0.0-...-3b907c4 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Sep 2, 2024 License: AGPL-3.0 Imports: 23 Imported by: 0

README

Server http

Servidor básico para compartir carpetas en la red. Este servidor se construyó con la librería Fyne y usando el lenguaje de programación Go para permitir la compatibilidad con los sistemas operativos: FreeBSD, Linux, MacOS, Windows y Android.

También puedes usar este programa sin interfaz gráfica usando los argumentos como el puerto en el que dar servicio y/o la ruta del directorio a compartir.

Light   Light   Dark

Instalar desde el compilador Go:
go install gitlab.com/RicardoValladares/server@latest
Ejecutar con interfaz gráfica:
server
Ejecutar sin interfaz gráfica, especificando puerto y directorio:
server 8080 /home

ó

server /home 8080
Ejecutar sin interfaz gráfica, especificando el directorio y usando puerto por default:
server /home
Ejecutar sin interfaz gráfica, especificando el puerto y usando el directorio local por default:
server 8080

Documentation

The Go Gopher

There is no documentation for this package.

Directories

Path Synopsis

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL