Commit Graph

  • 9cbe8db398 Use net.JoinHostPort and net.SplitHostPort Arnaud Ysmal 2013-12-04 23:42:17 +0100
  • c16ccba01d The REST command must precede RETR/STOR Arnaud Ysmal 2013-12-04 23:30:50 +0100
  • dc7badc748 Add REST command Arnaud Ysmal 2013-12-04 19:38:49 +0100
  • 7c88c47f25 Force EPSV for IPv6 hosts and fix split of IPv6:port Arnaud Ysmal 2013-12-04 19:12:09 +0100
  • 460814bcb1 Merge pull request #9 from WesTower/master Julien Laffaye 2013-12-03 23:52:14 -0800
  • a40f117d27 Added NLST-equivalent command Bob Uhl 2013-12-03 17:09:55 -0700
  • 169efda0b5 Changing expected status response for Logout call Daniel Sluis 2013-10-18 09:30:28 -0700
  • 962edd16c2 Remove obsolete comment. Julien Laffaye 2013-09-07 18:49:50 +0200
  • 1b161dcaad gofmt ftp.go Julien Laffaye 2013-09-07 18:48:40 +0200
  • 816272713b Merge pull request #7 from gcastel/master Julien Laffaye 2013-09-07 09:48:30 -0700
  • 7fa106f39c Merge 9fdb4d975a into 188465df99 Gerben Castel 2013-09-04 06:04:58 -0700
  • 9fdb4d975a PASV support Gerben Castel 2013-09-04 14:54:57 +0200
  • 188465df99 Merge pull request #6 from SunRunAway/feature/fix_ReadCodeLine Julien Laffaye 2013-07-10 11:23:31 -0700
  • 9de5e6d5c7 Merge 79591d3c1c into 01215b6c09 Feng Liyuan 2013-07-10 03:28:00 -0700
  • 79591d3c1c Merge branch 'master' into feature/fix_ReadCodeLine SunRunAway 2013-07-10 18:21:53 +0800
  • e71f85fd7a Merge remote-tracking branch 'upstream/master' SunRunAway 2013-07-10 18:21:40 +0800
  • 2a6b9c2640 Merge remote-tracking branch 'upstream/master' into feature/fix_ReadCodeLine SunRunAway 2013-07-10 18:20:42 +0800
  • 65a25a2848 do ReadCodeLine in Close() @ ReadCloser SunRunAway 2013-07-10 18:18:32 +0800
  • 01215b6c09 Create README.md Julien Laffaye 2013-07-08 20:34:49 +0200
  • d4849c8195 gofmt parse_test.go Julien Laffaye 2013-07-08 20:06:16 +0200
  • 7511d55831 Merge pull request #5 from SunRunAway/feature/time Julien Laffaye 2013-07-08 11:07:10 -0700
  • 4b11cb3498 Merge 6416febc89 into 60693cc590 Feng Liyuan 2013-07-07 23:49:42 -0700
  • 60693cc590 Add a comment to state why TestConn2 is interesting. Julien Laffaye 2013-07-08 08:44:16 +0200
  • 100a5ab846 Merge pull request #4 from SunRunAway/feature/connect Julien Laffaye 2013-07-07 23:43:28 -0700
  • c75d1bd41f Merge 66a09f43d5 into 732309446f Feng Liyuan 2013-07-07 23:01:28 -0700
  • 60f85a4eb0 Merge branch 'feature/connect' SunRunAway 2013-07-08 13:59:53 +0800
  • 66a09f43d5 use ReadResponse @Connect SunRunAway 2013-07-08 13:48:11 +0800
  • 6416febc89 add Time for Entry SunRunAway 2013-07-08 13:21:43 +0800
  • 732309446f Use strings.TrimSpace() instead of strings.Trim(). Julien Laffaye 2013-05-20 01:30:03 +0200
  • b82b87bce2 Fix spelling. Julien Laffaye 2013-05-20 01:20:29 +0200
  • f23c3ddfab Added feature discovery as per RFC 2389. Julien Laffaye 2013-05-19 21:54:57 +0200
  • 2257d14f75 Use ReadResponse instead of ReadCodeLine. Julien Laffaye 2013-05-19 21:23:29 +0200
  • 91fc6ada34 Added Logout() method. Julien Laffaye 2013-05-19 21:15:23 +0200
  • e00e1f11a0 Revise godoc comments. Julien Laffaye 2013-05-19 13:09:37 +0200
  • ebf946ada5 Switch to binary mode once logged-in. Julien Laffaye 2013-05-08 17:39:05 +0200
  • 88a8f6a61e Merge 6c87b0b156 into 3a7f65cd20 Chen Xiao 2013-02-17 06:30:48 -0800
  • 3a7f65cd20 Update copyright years. Julien Laffaye 2013-02-17 10:34:01 +0100
  • 1b12f17f86 Makefile is deprecated. Julien Laffaye 2013-02-17 10:33:24 +0100
  • acaf7edcbc gofmt Julien Laffaye 2013-02-17 10:31:56 +0100
  • 872a244347 More status code texts. Julien Laffaye 2013-02-17 10:29:16 +0100
  • d69e9326f4 Set the size of the entry in List() Julien Laffaye 2013-02-17 10:03:46 +0100
  • 6c87b0b156 BugFix Chen Xiao 2013-02-17 11:15:55 +0800
  • 47b339b57b Update to latest Go weekly. jlaffaye 2011-12-27 22:50:50 +0100
  • 6110501482 Added CurrentDir() and ChangeDirToParent() jlaffaye 2011-09-07 16:52:52 +0200
  • 68f080c45f Returns a textproto.Error jlaffaye 2011-09-06 19:15:39 +0200
  • af6f5aac6a Add helpers functions to cleanup code. jlaffaye 2011-09-06 19:12:22 +0200
  • 6aaa275d08 Login() is a function on its own. jlaffaye 2011-09-06 18:27:30 +0200
  • b70c76ed28 More commands and their tests. jlaffaye 2011-09-06 00:02:01 +0200
  • a87255661d Better error handling, new commands. jlaffaye 2011-09-05 23:36:14 +0200
  • faca79d4ea List() takes an argument. jlaffaye 2011-05-08 13:08:31 +0100
  • 7b2259fd5d Use net/textproto instead of net. jlaffaye 2011-05-07 12:56:42 +0100
  • 3b5a440874 Rename ServerCon' to ServerConn' to be consistent with core packages. jlaffaye 2011-05-07 12:13:51 +0100
  • bcc332e95c First commit. jlaffaye 2011-05-07 00:29:10 +0100