Package goftp provides a high-level FTP client for go.
Package ftp implements a FTP client as described in RFC 959. A textproto.Error is returned for errors at the protocol level.
Package ftp implements a FTP client as described in RFC 959. A textproto.Error is returned for errors at the protocol level.
Package FtpsClient implements a basic ftp(s) client which can be used to connect an application to a ftp server. Only a small subset of the full FTP/FTPS specification is supported It is based on the word made by: - jlaffaye github.com/jlaffaye/ftp - smallfish github.com/smallfish/ftp - Marco Beierer github.com/webguerilla/ftps And has some other feature such as: - Refactored with onbings coding covention - Add secure/unsecure mode - Add timeout support - Add generic Ftp control send command function (SendFtpCommand) to be able to send SITE, NOOP,... ftp command) - Fix problems in the 'LIST' result command parsing Usage