commit f81abaefa899311ef1d3a11e1675b38a77a0c9f3
Author: Kornel Benko <[email protected]>
Date:   Mon Jan 4 10:20:44 2016 +0100

    Cmake url tests: Expand knownToRegisterURLS with an ftp entry
    
    This entry 'ftp://ftp.edpsciences.org/pub/aa/readme.html' is special.
    Although there are no problems with firefox, using ftp client is
    problematic.

diff --git a/development/checkurls/knownToRegisterURLS 
b/development/checkurls/knownToRegisterURLS
index 5a3fb81..da7933c 100644
--- a/development/checkurls/knownToRegisterURLS
+++ b/development/checkurls/knownToRegisterURLS
@@ -5,3 +5,7 @@ http://www.springer.de/author/tex/help-journals.html
 http://www.wkap.nl/jrnllist.htm/JRNLHOME
 http://www.wkap.nl/kaphtml.htm/STYLEFILES
 
+# The following ftp url is correct, but
+# ftp commands like 'dir', 'get' do not work.
+# We get a timeout. Reading with firefox is OK.
+ftp://ftp.edpsciences.org/pub/aa/readme.html

Reply via email to