There's a host and a port(with TCP support) on which http service is running. Simple
wget host:port
doesn't return anything. Is it possible to get a list of all accessible files(html or txt) on that host(and the given port) which can be viewed?
Maybe there's some pattern like
wget host:port/*.[html|txt] or something