Multi-line response support

This commit is contained in:
Sergey Gavruk 2014-10-30 18:42:33 +03:00
parent fec71e62e4
commit 37f1f38818

2
ftp.go
View File

@ -251,7 +251,7 @@ func (c *ServerConn) cmdDataConn(format string, args ...interface{}) (net.Conn,
return nil, err
}
code, msg, err := c.conn.ReadCodeLine(-1)
code, msg, err := c.conn.ReadResponse(-1)
if err != nil {
conn.Close()
return nil, err