ftp

command
v0.3.2 Latest Latest
Warning

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

Go to latest
Published: Jul 25, 2023 License: MIT Imports: 8 Imported by: 0

README

How to run on Gitpod

Install vsftpd

$ sudo apt-get update
$ sudo apt-get install -y vsftpd

Configure vsftpd

Edit /etc/vsftpd.conf

anonymous_enable=YES
local_enable=YES
write_enable=YES
local_umask=022
chroot_local_user=NO

Start vsftpd

$ sudo mkdir -p /var/run/vsftpd/empty
$ sudo vsftpd /etc/vsftpd.conf

Run example

$ task applayer-ftp

Connect server

$ sudo apt-get install -y lftp
$ lftp -u anonymous, anonymous@localhost

Documentation

Overview

Package main is the example of FTP using go-packet.

Jump to

Keyboard shortcuts

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