Remove obsolete comment.
This commit is contained in:
parent
1b161dcaad
commit
962edd16c2
3
ftp.go
3
ftp.go
@ -189,9 +189,6 @@ func (c *ServerConn) pasv() (port int, err error) {
|
||||
}
|
||||
|
||||
// openDataConn creates a new FTP data connection.
|
||||
//
|
||||
// Currently, only EPSV is implemented but a fallback to PASV, and to a lesser
|
||||
// extent, PORT should be added.
|
||||
func (c *ServerConn) openDataConn() (net.Conn, error) {
|
||||
var port int
|
||||
var err error
|
||||
|
Loading…
Reference in New Issue
Block a user