johnepiscopo
|
37a04759dd
Fixed a typo so that we are no longer ignoring an error and am now using path.Join instead of fmt.Sprintf()
|
5 years ago |
John Episcopo
|
74a8c4bcbc
Renamed Step func to Next() as per PR comments
|
6 years ago |
John Episcopo
|
434fa14f3d
Added test to check the creation of the walker is
|
6 years ago |
John Episcopo
|
a6055c7bc8
Added further tests
|
6 years ago |
John Episcopo
|
e6e290ca7f
Added initial logic and tests for the Walker
|
6 years ago |
Alexander Pevzner
|
6a014d5e22
Add DialWithDialFunc to specify dial function used for both control and data connections (#140)
|
6 years ago |
Julien Laffaye
|
e6de3d35bf
Replace DialWithOptions with Dial
|
6 years ago |
Julien Laffaye
|
9b5a3addd7
Update issue templates
|
6 years ago |
Julien Laffaye
|
8b7b512afb
Add DialWithDebugOutput to log commands.
|
6 years ago |
Julien Laffaye
|
75b9ebed79
Fix errors in example code
|
6 years ago |
Julien Laffaye
|
52d3001130
Specify that a server conn is not concurrent safe.
|
6 years ago |
Julien Laffaye
|
73b56eeee6
Rework README
|
6 years ago |
Julien Laffaye
|
04b1878733
Add DialWithOptions
|
6 years ago |
Julien Laffaye
|
55546487cf
Use mock for all tests
|
6 years ago |
Julien Laffaye
|
8019e67744
Add tests for StatusText
|
7 years ago |
Julien Laffaye
|
b218223d02
Use error values in tests
|
7 years ago |
Julien Laffaye
|
72f5c01749
StatusText returns a text for the FTP status code
|
7 years ago |
Julien Laffaye
|
f75dead520
error strings should not be capitalized (ST1005)
|
7 years ago |
Julien Laffaye
|
509a294b60
Add missing error check in RemoveDirRecur
|
7 years ago |
Julien Laffaye
|
47f21d10f0
Merge pull request #124 from xperimental/upgrade-go
|
7 years ago |
Julien Laffaye
|
fe787349a5
Merge pull request #126 from digineo/go-1.11
|
7 years ago |
Julian Kornberger
|
89749c6313
Run tests with Go 1.11
|
7 years ago |
Robert Jacob
|
a6cab19b01
Update Go version in Travis build.
|
7 years ago |
Vladimir Buyanov
|
3f6433f7ea
Workaround for FTP servers, that does not support UTF8 option. (#120)
|
7 years ago |
Julien Laffaye
|
2403248fa8
Use last two Go version for travis
|
7 years ago |
Julien Laffaye
|
dab2053398
Merge pull request #116 from freman/master
|
7 years ago |
Shannon Wynter
|
4772add9d0
Make it possible to specify what timezone to parse timestamps in
|
7 years ago |
Julien Laffaye
|
427467931c
Merge pull request #115 from ncw/fix-pasv
|
8 years ago |
Nick Craig-Wood
|
8aeb589fce
Parse IP address returned with PASV to fix load balanced FTP servers
|
8 years ago |
Julien Laffaye
|
83891dbe00
Merge pull request #110 from digineo/time-parsing
|
8 years ago |