All Projects → goftp → Ftpd

goftp / Ftpd

A pure go ftp server with web management UI, moved https://gitea.com/goftp/ftpd

Programming Languages

go
31211 projects - #10 most used programming language
golang
3204 projects

Projects that are alternatives of or similar to Ftpd

cos-ftp-server-V5
腾讯云对象存储(COS-V5)的FTP Server
Stars: ✭ 35 (-67.89%)
Mutual labels:  ftp-server
Google Drive Ftp Adapter
Google Drive FTP Adapter to connect to google drive through the FTP protocol
Stars: ✭ 292 (+167.89%)
Mutual labels:  ftp-server
Irisman
All-in-one backup manager for PlayStation®3. Fork of Iris Manager.
Stars: ✭ 61 (-44.04%)
Mutual labels:  ftp-server
NevolutionX
Original Xbox dashboard created with nxdk
Stars: ✭ 76 (-30.28%)
Mutual labels:  ftp-server
Wireless SD
A SD card reader which let's wireless data transfer for any device which supports FTP
Stars: ✭ 47 (-56.88%)
Mutual labels:  ftp-server
Server
A FTP server framework written by Golang, moved to https://gitea.com/goftp/server
Stars: ✭ 373 (+242.2%)
Mutual labels:  ftp-server
FtpServer
An FTP server program for .NET Core, and its customizable .NET Standard core library
Stars: ✭ 28 (-74.31%)
Mutual labels:  ftp-server
Lightftp
Small x86-32/x64 FTP Server
Stars: ✭ 90 (-17.43%)
Mutual labels:  ftp-server
Ftpserver
Portable FTP server written in .NET
Stars: ✭ 275 (+152.29%)
Mutual labels:  ftp-server
Judge
Online Judge Kernel,Virtual Judge Adapter,Command-Line Interface, Telnet Server, FTP Server
Stars: ✭ 35 (-67.89%)
Mutual labels:  ftp-server
MTJailed-Native
A terminal emulator with remote shell for non-jailbroken iOS devices
Stars: ✭ 24 (-77.98%)
Mutual labels:  ftp-server
esp32 snow
esp32 evk
Stars: ✭ 74 (-32.11%)
Mutual labels:  ftp-server
Nging
漂亮的Go语言通用后台管理框架,包含计划任务、MySQL管理、Redis管理、FTP管理、SSH管理、服务器管理、Caddy配置、云存储管理等功能。
Stars: ✭ 443 (+306.42%)
Mutual labels:  ftp-server
simple http server
simple http server for upload and download
Stars: ✭ 101 (-7.34%)
Mutual labels:  ftp-server
Fake ftp
A fake FTP server for use with ruby tests
Stars: ✭ 77 (-29.36%)
Mutual labels:  ftp-server
ftp-server
A FTP Server base on Spring Boot and Apache Ftp Server.😝
Stars: ✭ 17 (-84.4%)
Mutual labels:  ftp-server
Proftpd
ProFTPD source code
Stars: ✭ 318 (+191.74%)
Mutual labels:  ftp-server
Minimalftp
A lightweight, simple FTP server. Pure Java, no dependencies.
Stars: ✭ 94 (-13.76%)
Mutual labels:  ftp-server
Pyftpdlib
Extremely fast and scalable Python FTP server library
Stars: ✭ 1,209 (+1009.17%)
Mutual labels:  ftp-server
Webman Mod
Extended services for PS3 console (web server, ftp server, netiso, ntfs, ps3mapi, etc.)
Stars: ✭ 554 (+408.26%)
Mutual labels:  ftp-server

ftpd

中文

A FTP server based on github.com/goftp/server.

Full documentation for the package is available on godoc

Installation

go get github.com/goftp/ftpd

Then run it:

$GOPATH/bin/ftpd

And finally, connect to the server with any FTP client and the following details:

host: 127.0.0.1
port: 2121
username: admin
password: 123456

More features, you can copy config.ini to the ftpd directory and modify it.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].