Skip to content

jum/tinyftp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.