diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-27 17:47:51 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-27 17:47:51 +0000 |
commit | 8e328572811594ac8aac42d380878b61c944c69a (patch) | |
tree | b1c86012fc38e375fb89671e4b2f519ac83b8a34 /debian/patches/wget-passive_ftp-default | |
parent | Adding upstream version 1.21. (diff) | |
download | wget-8e328572811594ac8aac42d380878b61c944c69a.tar.xz wget-8e328572811594ac8aac42d380878b61c944c69a.zip |
Adding debian version 1.21-1+deb11u1.debian/1.21-1+deb11u1debian
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to '')
-rw-r--r-- | debian/patches/wget-passive_ftp-default | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/debian/patches/wget-passive_ftp-default b/debian/patches/wget-passive_ftp-default new file mode 100644 index 0000000..9ec28c8 --- /dev/null +++ b/debian/patches/wget-passive_ftp-default @@ -0,0 +1,12 @@ +make passive-ftp the default + +--- a/doc/sample.wgetrc ++++ b/doc/sample.wgetrc +@@ -43,6 +43,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 |