about summary refs log tree commit diff stats
path: root/src/loader/curlhandle.nim
Commit message (Collapse)AuthorAgeFilesLines
* loader: add FTP supportbptato2023-09-191-0/+32
works, sort of still needs some work: * better dirlist, ideally make it look like file dirlist (or make file look like ftp dirlist. well, anyway, they should look the same) * absolute paths? (for now you have to append an extra slash to the path beginning) * ssh keys for sftp? (actually I haven't even tested sftp yet...)