Skip to content

tonystz/simpleFTP

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

SimpleFTP client wrote by Golang. Usage:

ftp := FTP{}
ftp.New("10.64.70.73")
ftp.GetFile("/pub/atop-1.27-3.tar.gz")
ftp.Close()

or

ftp := FTP{}
ftp.New("10.64.70.73","username","passwd")
ftp.GetFile("/pub/atop-1.27-3.tar.gz")
ftp.Close()

About

Simple FTP client for Golang

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages