diff --git a/ftp.go b/ftp.go index 17fe35a..c29cb38 100644 --- a/ftp.go +++ b/ftp.go @@ -537,6 +537,7 @@ func (r *Response) Read(buf []byte) (int, error) { } // Close implements the io.Closer interface on a FTP data connection. +// After the first call, Close will do nothing and return nil. func (r *Response) Close() error { if r.closed { return nil