FTP client package for Go
025459f901
ServerConn's textproto.Conn is safe for concurrent access. This adds calls to StartResponse() and EndResponse() to put that to use wherever Cmd() is called. https://golang.org/pkg/net/textproto/#Conn.Cmd Additionally, this adds a sync.Mutex on ServerConn to provide concurrency protection for data commands such as STOR and RETR that need to run through synchronous steps. |
||
---|---|---|
.travis.yml | ||
.vsftpd.conf | ||
client_multiline_test.go | ||
client_test.go | ||
ftp.go | ||
LICENSE | ||
parse_test.go | ||
README.md | ||
status.go |
goftp
A FTP client package for Go
Install
go get -u github.com/jlaffaye/ftp