FTP client package for Go
Go to file
jlaffaye 68f080c45f Returns a textproto.Error
It easier for the client to extract the code and message with type assertions.
2011-09-06 19:15:39 +02:00
client_test.go Login() is a function on its own. 2011-09-06 18:27:30 +02:00
ftp.go Returns a textproto.Error 2011-09-06 19:15:39 +02:00
LICENSE First commit. 2011-05-07 00:29:10 +01:00
Makefile First commit. 2011-05-07 00:29:10 +01:00
parse_test.go Better error handling, new commands. 2011-09-05 23:36:14 +02:00
status.go Better error handling, new commands. 2011-09-05 23:36:14 +02:00