tags 355474 + patch
thanks

On 2006-03-05 23:25:57 [+0100], A Mennucc wrote:
>  libmorph_20060304_i386.deb 92.9 kBdupload fatal error: Can't upload 
> libmorph_20060304_i386.deb: Illegal PORT command.

the problem is that the box that is doing NAT does not translate the FTP
protocol properly. While sometimes people can fix their router this will
get unfixable once you end up behind a GCN and the ISP is unwilling to
change a thing (or even understand the problem).

The patch attached changes enabled passive by default for ftp-master.

Sebastian
>From c5b766bc47a4e07dced13903409a32172fd547b1 Mon Sep 17 00:00:00 2001
From: Sebastian Andrzej Siewior <sebast...@breakpoint.cc>
Date: Fri, 16 Jan 2015 21:07:23 +0100
Subject: [PATCH] dupload.conf: make ftp-master use passive FTP

Signed-off-by: Sebastian Andrzej Siewior <sebast...@breakpoint.cc>
---
 dupload.conf | 1 +
 1 file changed, 1 insertion(+)

diff --git a/dupload.conf b/dupload.conf
index adb14340ec13..8d58ccf553a7 100644
--- a/dupload.conf
+++ b/dupload.conf
@@ -74,6 +74,7 @@ $cfg{'anonymous-ftp-master'} = {
 	incoming => "/pub/UploadQueue/",
 	# The dinstall on ftp-master sends emails itself
 	dinstall_runs => 1,
+	passive => 1,
 };
 
 # see http://backports.debian.org/Contribute/ for more information
-- 
2.1.4

Reply via email to