linkchecker/test/html/ftp.html
2001-02-20 23:56:47 +00:00

5 lines
325 B
HTML

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