FTP client package for Go
Go to file
Julien Laffaye ebf946ada5 Switch to binary mode once logged-in.
Data transfer in binary mode works for both ASCII and binary (such as JPEG
images) files. Therefore it should be the default.

Fixes #3
2013-05-08 17:46:48 +02:00
client_test.go gofmt 2013-02-17 10:31:56 +01:00
ftp.go Switch to binary mode once logged-in. 2013-05-08 17:46:48 +02:00
LICENSE Update copyright years. 2013-02-17 10:34:01 +01:00
parse_test.go gofmt 2013-02-17 10:31:56 +01:00
status.go gofmt 2013-02-17 10:31:56 +01:00