Commit Graph

  • a5b2614a99 Merge pull request #8 from dsluis/master Julien Laffaye 2015-08-18 18:13:03 +02:00
  • 061d4ea288 Merge pull request #13 from stacktic/rest Julien Laffaye 2015-08-18 18:05:20 +02:00
  • 10cade7090 Merge pull request #30 from d2g/patch-1 Julien Laffaye 2015-04-23 22:56:49 +02:00
  • 9a62d18b47 Copy Paste Error / Typo Dan Goldsmith 2015-04-23 14:02:53 +01:00
  • a9410e3e51 Implements timeouts. Julien Laffaye 2015-03-16 23:45:56 +01:00
  • 5807e676a3 Add comments to make golint happy. Julien Laffaye 2015-03-05 11:57:38 +01:00
  • 816e28448f Specify the fields to make govet happy. Julien Laffaye 2015-03-05 11:49:26 +01:00
  • e177ecf60b Simplify the code with gofmt -s Julien Laffaye 2015-03-05 11:45:33 +01:00
  • 80fcd9720b Merge pull request #22 from pengux/master Julien Laffaye 2014-10-30 20:10:31 +01:00
  • a595f7d8e4 Changed to using ReadResponse instead of ReadCodeLine for cmdDataConn Peter Nguyen 2014-10-30 11:55:46 +01:00
  • fec71e62e4 Merge pull request #18 from SoCloz/master Julien Laffaye 2014-03-25 09:38:02 +01:00
  • d54ea712cb Allow multi-line 226 responses to STOR commands - fixes #17 jfbus 2014-03-25 09:35:34 +01:00
  • 1a1cdac5e4 Merge pull request #16 from igungor/patch-1 Julien Laffaye 2014-03-14 21:29:45 +01:00
  • 3c73685121 Update README.md H. İbrahim Güngör 2014-03-14 15:11:24 +02:00
  • 8fc92e7ea8 Merge pull request #14 from etix/master Julien Laffaye 2014-02-18 20:15:40 +01:00
  • fb61796944 Handle multi-line 226 status code Ludovic Fauvet 2014-02-18 16:51:07 +01:00
  • 7a3697af8c PASS command may be optional if the server answers 230 after issuing USER Ludovic Fauvet 2014-02-18 12:57:01 +01:00
  • 6bad3e176c Try EPSV when PASV fails Arnaud Ysmal 2013-12-05 19:29:22 +01:00
  • 8d3a48a8c7 The REST command must precede RETR/STOR Arnaud Ysmal 2013-12-04 23:30:50 +01:00
  • a3bb5b8714 Use net.JoinHostPort and net.SplitHostPort Arnaud Ysmal 2013-12-04 23:42:17 +01:00
  • 691fac98af Force EPSV for IPv6 hosts and fix split of IPv6:port Arnaud Ysmal 2013-12-04 19:12:09 +01:00
  • 460814bcb1 Merge pull request #9 from WesTower/master Julien Laffaye 2013-12-03 23:52:14 -08:00
  • a40f117d27 Added NLST-equivalent command Bob Uhl 2013-12-03 17:09:55 -07:00
  • 169efda0b5 Changing expected status response for Logout call Daniel Sluis 2013-10-18 09:30:28 -07:00
  • 962edd16c2 Remove obsolete comment. Julien Laffaye 2013-09-07 18:49:50 +02:00
  • 1b161dcaad gofmt ftp.go Julien Laffaye 2013-09-07 18:48:40 +02:00
  • 816272713b Merge pull request #7 from gcastel/master Julien Laffaye 2013-09-07 09:48:30 -07:00
  • 9fdb4d975a PASV support Gerben Castel 2013-09-04 14:54:57 +02:00
  • 188465df99 Merge pull request #6 from SunRunAway/feature/fix_ReadCodeLine Julien Laffaye 2013-07-10 11:23:31 -07:00
  • 79591d3c1c Merge branch 'master' into feature/fix_ReadCodeLine SunRunAway 2013-07-10 18:21:53 +08:00
  • e71f85fd7a Merge remote-tracking branch 'upstream/master' SunRunAway 2013-07-10 18:21:40 +08:00
  • 2a6b9c2640 Merge remote-tracking branch 'upstream/master' into feature/fix_ReadCodeLine SunRunAway 2013-07-10 18:20:42 +08:00
  • 65a25a2848 do ReadCodeLine in Close() @ ReadCloser SunRunAway 2013-07-10 18:18:32 +08:00
  • 01215b6c09 Create README.md Julien Laffaye 2013-07-08 20:34:49 +02:00
  • d4849c8195 gofmt parse_test.go Julien Laffaye 2013-07-08 20:06:16 +02:00
  • 7511d55831 Merge pull request #5 from SunRunAway/feature/time Julien Laffaye 2013-07-08 11:07:10 -07:00
  • 60693cc590 Add a comment to state why TestConn2 is interesting. Julien Laffaye 2013-07-08 08:44:16 +02:00
  • 100a5ab846 Merge pull request #4 from SunRunAway/feature/connect Julien Laffaye 2013-07-07 23:43:28 -07:00
  • 60f85a4eb0 Merge branch 'feature/connect' SunRunAway 2013-07-08 13:59:53 +08:00
  • 66a09f43d5 use ReadResponse @Connect SunRunAway 2013-07-08 13:48:11 +08:00
  • 6416febc89 add Time for Entry SunRunAway 2013-07-08 13:21:43 +08:00
  • 732309446f Use strings.TrimSpace() instead of strings.Trim(). Julien Laffaye 2013-05-20 01:30:03 +02:00
  • b82b87bce2 Fix spelling. Julien Laffaye 2013-05-20 01:20:29 +02:00
  • f23c3ddfab Added feature discovery as per RFC 2389. Julien Laffaye 2013-05-19 21:54:57 +02:00
  • 2257d14f75 Use ReadResponse instead of ReadCodeLine. Julien Laffaye 2013-05-19 21:23:29 +02:00
  • 91fc6ada34 Added Logout() method. Julien Laffaye 2013-05-19 21:15:23 +02:00
  • e00e1f11a0 Revise godoc comments. Julien Laffaye 2013-05-19 13:09:37 +02:00
  • ebf946ada5 Switch to binary mode once logged-in. Julien Laffaye 2013-05-08 17:39:05 +02:00
  • 3a7f65cd20 Update copyright years. Julien Laffaye 2013-02-17 10:34:01 +01:00
  • 1b12f17f86 Makefile is deprecated. Julien Laffaye 2013-02-17 10:33:24 +01:00
  • acaf7edcbc gofmt Julien Laffaye 2013-02-17 10:31:56 +01:00
  • 872a244347 More status code texts. Julien Laffaye 2013-02-17 10:29:16 +01:00
  • d69e9326f4 Set the size of the entry in List() Julien Laffaye 2013-02-17 10:03:46 +01:00
  • 47b339b57b Update to latest Go weekly. jlaffaye 2011-12-27 22:50:50 +01:00
  • 6110501482 Added CurrentDir() and ChangeDirToParent() jlaffaye 2011-09-07 16:52:52 +02:00
  • 68f080c45f Returns a textproto.Error jlaffaye 2011-09-06 19:15:39 +02:00
  • af6f5aac6a Add helpers functions to cleanup code. jlaffaye 2011-09-06 19:12:22 +02:00
  • 6aaa275d08 Login() is a function on its own. jlaffaye 2011-09-06 18:27:30 +02:00
  • b70c76ed28 More commands and their tests. jlaffaye 2011-09-06 00:02:01 +02:00
  • a87255661d Better error handling, new commands. jlaffaye 2011-09-05 23:36:14 +02:00
  • faca79d4ea List() takes an argument. jlaffaye 2011-05-08 13:08:31 +01:00
  • 7b2259fd5d Use net/textproto instead of net. jlaffaye 2011-05-07 12:56:42 +01:00
  • 3b5a440874 Rename ServerCon' to ServerConn' to be consistent with core packages. jlaffaye 2011-05-07 12:13:51 +01:00
  • bcc332e95c First commit. jlaffaye 2011-05-07 00:29:10 +01:00