easygoftp

command module
v0.0.0-...-ab7327d Latest Latest
Warning

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

Go to latest
Published: Jul 27, 2023 License: GPL-3.0 Imports: 13 Imported by: 0

README

#+TITLE: EasyGoFtp

[[https://github.com/DearRude/easygoftp/actions/workflows/master.yml/badge.svg]]
[[https://img.shields.io/github/license/dearrude/easygoftp.svg]]
[[https://img.shields.io/github/last-commit/dearrude/easygoftp.svg]]

** Description
~EasyGoFTP~ is an implementation of a simple FTP server in Go.
It provides a lightweight and customizable server that allows clients to connect and perform various file transfer and management operations using the FTP protocol.

** Setup
*** From source
Have ~go 1.20~ installed in your system.

Make a config file and fill the specified units. Alternatively, configurations
can be passed in CLI flags or environment variables.
#+BEGIN_SRC sh
$ cp .env.sample .env
$ $EDITOR .env
#+END_SRC

#+BEGIN_SRC sh
$ go run .
#+END_SRC

*** Docker
#+BEGIN_SRC sh
$ docker run ghcr.io/dearrude/easygoftp:latest
#+END_SRC

*** Nix
To run:
#+BEGIN_SRC sh
$ nix run github:dearrude/easygoftp
#+END_SRC

To set up development environment:
#+BEGIN_SRC sh
$ nix develop
#+END_SRC

** Licence
AGPLv3+

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