mirror of
https://github.com/Hopiu/linkchecker.git
synced 2026-03-20 16:00:26 +00:00
git-svn-id: https://linkchecker.svn.sourceforge.net/svnroot/linkchecker/trunk/linkchecker@233 e7d03fd6-7b0d-0410-9947-9c21f3af8025
5 lines
325 B
HTML
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 -->
|