From: openKylin Developers <packaging@lists.openkylin.top>
Date: Tue, 30 Apr 2024 19:15:55 +0800
Subject: wget-passive_ftp-default

make passive-ftp the default
---
 doc/sample.wgetrc | 1 +
 1 file changed, 1 insertion(+)

diff --git a/doc/sample.wgetrc b/doc/sample.wgetrc
index 9a73ada..369e22c 100644
--- a/doc/sample.wgetrc
+++ b/doc/sample.wgetrc
@@ -49,6 +49,7 @@
 # problems supporting passive transfer.  If you are in such
 # environment, use "passive_ftp = off" to revert to active FTP.
 #passive_ftp = off
+passive_ftp = on
 
 # The "wait" command below makes Wget wait between every connection.
 # If, instead, you want Wget to wait only between retries of failed
