Skip to content

Latest commit

 

History

6 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 

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

0 stars

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages