diff options
author | bptato <nincsnevem662@gmail.com> | 2023-09-19 00:55:49 +0200 |
---|---|---|
committer | bptato <nincsnevem662@gmail.com> | 2023-09-19 01:02:53 +0200 |
commit | 50932ee701f0cb9454b145dec775ada3670ea768 (patch) | |
tree | b91aa01d713b7b04c33f04a62f946354365a6c02 /todo | |
parent | 8a826ba92b7c744a995a9593834d63acd6d040b3 (diff) | |
download | chawan-50932ee701f0cb9454b145dec775ada3670ea768.tar.gz |
loader: add FTP support
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...)
Diffstat (limited to 'todo')
-rw-r--r-- | todo | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/todo b/todo index 72d3c57d..4f74d243 100644 --- a/todo +++ b/todo @@ -49,7 +49,6 @@ buffer: - do not prompt when submitting forms (it's annoying) * this is mostly fixed, but not completely network: -- ftp/sftp - gopher - urimethodmap * then we could add gemini as a bonus, without an SSL dependency |