(use http-client ports) (define outport (open-output-file "/tmp/f")) (with-input-from-request "http://alternativlos.cdn.as250.net/alternativlos-17.mp3" #f (lambda () (copy-port (current-input-port) outport)))