Browse Source

Remove obsolete comment.

Julien Laffaye 12 years ago
parent
commit
962edd16c2
1 changed files with 0 additions and 3 deletions
  1. 0 3
      ftp.go

+ 0 - 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