FTP client package for Go
Go to file
jlaffaye 6aaa275d08 Login() is a function on its own.
It allows to try multiple logins without closing the connection.
Drop the useless ConnectAnonymous.
2011-09-06 18:27:30 +02:00
client_test.go Login() is a function on its own. 2011-09-06 18:27:30 +02:00
ftp.go Login() is a function on its own. 2011-09-06 18:27:30 +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