diff --git a/ftp.go b/ftp.go index 8b19f06..6ceb966 100644 --- a/ftp.go +++ b/ftp.go @@ -23,7 +23,7 @@ const ( ) type Conf struct { - timeout time.Duration + Timeout time.Duration } // ServerConn represents the connection to a remote FTP server.