1
0
Fork 0
mirror of https://github.com/jum/tinyftp.git synced 2026-04-25 17:26:24 +03:00
No description
Find a file
2021-07-27 20:25:56 +02:00
go.mod Add LICENSE and go.mod. 2021-07-27 20:25:56 +02:00
LICENSE Add LICENSE and go.mod. 2021-07-27 20:25:56 +02:00
README.md Added README. 2013-05-12 17:13:13 -05:00
tinyftp.go add writer.Flush() 2016-03-28 20:07:10 +04:00
tinyftp_test.go add test upload to local ftp 2016-03-28 20:03:48 +04:00

tinyftp.go

A small FTP package go language, it uses the net/textproto package for most of the communication.

Currently only passive operation is supported, and the connection management is mostly outside of the package to allow using it with the appengine/socket package.