Historique des commits

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