linkchecker/test/html/ftp.html

7 lines
399 B
HTML
Raw Normal View History

<a href="ftp:/ftp.debian.org/"> <!-- ftp one slash -->
<a href="ftp://ftp.debian.org/"> <!-- ftp two slashes -->
<a href="ftp://ftp.debian.org//debian/"> <!-- ftp two dir slashes -->
<a href="ftp://ftp.debian.org/debian"> <!-- missing trailing dir slash -->
<a href="ftp://ftp.debian.org////////debian/"> <!-- ftp many dir slashes -->
<a href="ftp:///ftp.debian.org/"> <!-- ftp three slashes -->