mirror of
https://github.com/Hopiu/linkchecker.git
synced 2026-03-26 02:40:23 +00:00
6 lines
325 B
HTML
6 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 -->
|