Dan Goldsmith
|
9a62d18b47
Copy Paste Error / Typo
|
10 years ago |
Julien Laffaye
|
a9410e3e51
Implements timeouts.
|
10 years ago |
Julien Laffaye
|
5807e676a3
Add comments to make golint happy.
|
10 years ago |
Julien Laffaye
|
816e28448f
Specify the fields to make govet happy.
|
10 years ago |
Peter Nguyen
|
a595f7d8e4
Changed to using ReadResponse instead of ReadCodeLine for cmdDataConn
|
11 years ago |
jfbus
|
d54ea712cb
Allow multi-line 226 responses to STOR commands - fixes #17
|
11 years ago |
Ludovic Fauvet
|
fb61796944
Handle multi-line 226 status code
|
12 years ago |
Ludovic Fauvet
|
7a3697af8c
PASS command may be optional if the server answers 230 after issuing USER
|
12 years ago |
Bob Uhl
|
a40f117d27
Added NLST-equivalent command
|
12 years ago |
Julien Laffaye
|
962edd16c2
Remove obsolete comment.
|
12 years ago |
Julien Laffaye
|
1b161dcaad
gofmt ftp.go
|
12 years ago |
Gerben Castel
|
9fdb4d975a
PASV support
|
12 years ago |
SunRunAway
|
65a25a2848
do ReadCodeLine in Close() @ ReadCloser
|
12 years ago |
SunRunAway
|
60f85a4eb0
Merge branch 'feature/connect'
|
12 years ago |
SunRunAway
|
66a09f43d5
use ReadResponse @Connect
|
12 years ago |
SunRunAway
|
6416febc89
add Time for Entry
|
12 years ago |
Julien Laffaye
|
732309446f
Use strings.TrimSpace() instead of strings.Trim().
|
12 years ago |
Julien Laffaye
|
b82b87bce2
Fix spelling.
|
12 years ago |
Julien Laffaye
|
f23c3ddfab
Added feature discovery as per RFC 2389.
|
12 years ago |
Julien Laffaye
|
2257d14f75
Use ReadResponse instead of ReadCodeLine.
|
12 years ago |
Julien Laffaye
|
91fc6ada34
Added Logout() method.
|
12 years ago |
Julien Laffaye
|
e00e1f11a0
Revise godoc comments.
|
12 years ago |
Julien Laffaye
|
ebf946ada5
Switch to binary mode once logged-in.
|
12 years ago |
Julien Laffaye
|
d69e9326f4
Set the size of the entry in List()
|
13 years ago |
jlaffaye
|
47b339b57b
Update to latest Go weekly.
|
14 years ago |
jlaffaye
|
6110501482
Added CurrentDir() and ChangeDirToParent()
|
14 years ago |
jlaffaye
|
68f080c45f
Returns a textproto.Error
|
14 years ago |
jlaffaye
|
af6f5aac6a
Add helpers functions to cleanup code.
|
14 years ago |
jlaffaye
|
6aaa275d08
Login() is a function on its own.
|
14 years ago |
jlaffaye
|
b70c76ed28
More commands and their tests.
|
14 years ago |