xrefcheck/links-tests/ftp_root
Andrey Demidenko c67ee9bd52
[#47] Handle ftp links
Problem:
Currently we support only http and https links. If there is an `ftp://`
link, you will get exception.

Solution:
Use `ftp-client` to check connection to ftp, see response statuses and
check file existence. This produces adding new error types and small
refactoring.
Provide a test which is separate executable, where we have to pass CLA -
ftp host.

Co-authored-by: Alexander Bantyev <alexander.bantyev@serokell.io>
2021-10-08 13:59:14 +03:00
..
empty [#47] Handle ftp links 2021-10-08 13:59:14 +03:00
pub [#47] Handle ftp links 2021-10-08 13:59:14 +03:00