コミット履歴

作者 SHA1 メッセージ 日付
  Julien Laffaye b9f3ade291 Merge branch 'master' of github.com:jlaffaye/ftp 4 年 前
  Julien Laffaye ac1574d383 Add DialWithExplicitTLS 4 年 前
  Julien Laffaye 59f85871cf Merge pull request #169 from flowrean/append-cmd 4 年 前
  Julien Laffaye 041eae9a3d Merge pull request #141 from johnepiscopo/add-walk 4 年 前
  Florian Goetghebeur 827e50c0bd Add support for append (APPE) command 4 年 前
  Julien Laffaye 7cd8b0bcf3 Fix spelling errors 5 年 前
  Julien Laffaye 1c9975e197 gofmt 5 年 前
  Julian Kornberger c1312a7102 Correctly parse symlink (#152) 5 年 前
  Gary Kim 8f5b34ce00 Complete Implicit FTPS support (#143) 5 年 前
  John Episcopo e6e290ca7f Added initial logic and tests for the Walker 5 年 前
  Alexander Pevzner 6a014d5e22 Add DialWithDialFunc to specify dial function used for both control and data connections (#140) 5 年 前
  Julien Laffaye e6de3d35bf Replace DialWithOptions with Dial 5 年 前
  Julien Laffaye 8b7b512afb Add DialWithDebugOutput to log commands. 5 年 前
  Julien Laffaye 52d3001130 Specify that a server conn is not concurrent safe. 5 年 前
  Julien Laffaye 04b1878733 Add DialWithOptions 5 年 前
  Julien Laffaye f75dead520 error strings should not be capitalized (ST1005) 5 年 前
  Julien Laffaye 509a294b60 Add missing error check in RemoveDirRecur 5 年 前
  Vladimir Buyanov 3f6433f7ea Workaround for FTP servers, that does not support UTF8 option. (#120) 6 年 前
  Shannon Wynter 4772add9d0 Make it possible to specify what timezone to parse timestamps in 6 年 前
  Nick Craig-Wood 8aeb589fce Parse IP address returned with PASV to fix load balanced FTP servers 6 年 前
  Julien Laffaye 83891dbe00 Merge pull request #110 from digineo/time-parsing 6 年 前
  Julian Kornberger 38ce06637b Fix golint warning 6 年 前
  Julian Kornberger 352a1d8821 Fix time parsing and reduce syscalls 6 年 前
  Julian Kornberger f5cdbb9f1e Use net.TCPAddr to extract remote IP address 7 年 前
  Joe 479d87b91a added recursively deleting folders 7 年 前
  Davide D'Agostino 980e2e09a5 Document that closing two times doesn't do anything 7 年 前
  Davide D'Agostino cb362c4101 Rename connClosed -> closed 7 年 前
  Davide D'Agostino 7e3820b35d Address comments 7 年 前
  Davide D'Agostino 58864d889b Avoid forever lock 7 年 前
  Julian Kornberger 569481fc3b Add SetDeadline to Response 7 年 前