about summary refs log tree commit diff stats
path: root/adapter/protocol/curl.nim
Commit message (Collapse)AuthorAgeFilesLines
* http: suppress proxy connect headersbptato2024-03-291-0/+1
| | | | causes problems with header parsing
* ftp: basic sftp supportbptato2024-03-211-0/+4
| | | | | | | it still sucks, but it is at least slightly more usable. this also fixes a bug in dirlist where sort would mess up item name association
* ftp: fix unnecessary slashes being added to path; move bindings/curlbptato2023-12-151-0/+426
also in ftp: clean up resources before exit