Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kumkee/icsdownloadtest
https://github.com/kumkee/icsdownloadtest
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/kumkee/icsdownloadtest
- Owner: kumkee
- License: mit
- Created: 2023-10-29T02:08:22.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2023-10-30T08:38:03.000Z (about 1 year ago)
- Last Synced: 2023-10-31T04:24:10.869Z (about 1 year ago)
- Language: F#
- Size: 8.79 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Test downloading `ics` files in .Net framework
This is a single F# script showing a failed try to download `ics` files with the
Base Class Library `System.Net.Http`.To run the script, run
```shell
dotnet fsi downlad.fsx
```Output:
```
17 content: ERR: Missing UA30
750
3697
2890
```It fails to download the last `ics` in the list returning an error message
`ERR: Missing UA30`. Using Linux command `curl` will download the whole file
correctly with the error.