tftp-http-proxy icon indicating copy to clipboard operation
tftp-http-proxy copied to clipboard

A simple tftp-to-http proxy

Results 1 tftp-http-proxy issues
Sort by recently updated
recently updated
newest added

With `-http-append-path` TFTP request `//foo/bar` discars path portion of base url and `http://foo/bar` made request to server `foo` completely ignoring base url. This patch validates base url on start and...