Summary | Use passive FTP for downloading global timezone database |
Queue | Horde Framework Packages |
Queue Version | Git master |
Type | Enhancement |
State | Resolved |
Priority | 1. Low |
Owners | jan (at) horde (dot) org |
Requester | arjen+horde (at) de-korte (dot) org |
Created | 03/09/2014 (4126 days ago) |
Due | |
Updated | 03/10/2014 (4125 days ago) |
Assigned | |
Resolved | 03/10/2014 (4125 days ago) |
Milestone | |
Patch | Yes |
State ⇒ Resolved
commit bf7e7e033933417e71c0329b36b5c70825b01072
Author: Jan Schneider <jan@horde.org>
Date: Mon Mar 10 12:42:38 2014 +0100
[jan] Use passive FTP for downloading the timezone database
(arjen+horde@de-korte.org,
Request #13024).framework/Timezone/lib/Horde/Timezone.php | 3 ++-
framework/Timezone/package.xml | 4 ++--
2 files changed, 4 insertions(+), 3 deletions(-)
http://git.horde.org/horde-git/-/commit/bf7e7e033933417e71c0329b36b5c70825b01072
Priority ⇒ 1. Low
New Attachment: Timezone.php.patch
Patch ⇒ Yes
Milestone ⇒
Queue ⇒ Horde Framework Packages
Summary ⇒ Use passive FTP for downloading global timezone database
Type ⇒ Enhancement
State ⇒ New
ftp://ftp.iana.org/tz/tzdata-latest.tar.gz, active FTP is currently
used (since this is the default in Horde_Vfs_Ftp).
On many systems (behind a firewall or NAT) this will not work by
default, since this requires incoming connections from port 20. It is
probably better to use passive FTP for downloading this data.
Virtually all FTP servers will nowadays support passive FTP, since
that's used by the vast majority of FTP clients by default.