From 962edd16c2548cbc2167cf3c989aba3fac8c8025 Mon Sep 17 00:00:00 2001 From: Julien Laffaye Date: Sat, 7 Sep 2013 18:49:50 +0200 Subject: [PATCH] Remove obsolete comment. --- ftp.go | 3 --- 1 file changed, 3 deletions(-) diff --git a/ftp.go b/ftp.go index 53e73db..339238e 100644 --- a/ftp.go +++ b/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