Replies: 1 comment
|
Good question. The FTP check has been there from the beginning (added by @tomkralidis ), but mainly to see if an FTP server was up. There is no specific "FTP Probe" and indeed it gets the default Probe which is just an HTTP request to the domain. I just checked on the demo server for that FTP Resource. So it may be interesting to develop an FTP Probe. May have some challenges:
But feel free to start developing an |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Does anybody know how the FTP check works? It looks like it only works for http uri's and not for ftp uri's. On the demo site I made a check for the FTP site ftp.scene.org which is accessible through https with the url https://ftp.scene.org/. It can be found by the tag 'TEST FTP VIA HTTP' (https://demo.geohealthcheck.org/resource/723).
Did anybody create a working FTP check with probes for downloaden a small file (for example).
All reactions