diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-07 17:04:53 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-07 17:04:53 +0000 |
commit | 980f8e363305569cd3fde701b66c8a6b3c788fac (patch) | |
tree | 9acf2322f0dedab6f424d7d8b6b18c340f56a2e4 /debian/patches/wget-passive_ftp-default | |
parent | Adding upstream version 1.21.3. (diff) | |
download | wget-980f8e363305569cd3fde701b66c8a6b3c788fac.tar.xz wget-980f8e363305569cd3fde701b66c8a6b3c788fac.zip |
Adding debian version 1.21.3-1.debian/1.21.3-1debian
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'debian/patches/wget-passive_ftp-default')
-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 |