mirror of
https://github.com/Hopiu/linkchecker.git
synced 2026-03-19 23:40:29 +00:00
git-svn-id: https://linkchecker.svn.sourceforge.net/svnroot/linkchecker/trunk/linkchecker@662 e7d03fd6-7b0d-0410-9947-9c21f3af8025
6 lines
399 B
HTML
6 lines
399 B
HTML
<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 -->
|