about summary refs log tree commit diff stats
path: root/todo
diff options
context:
space:
mode:
authorbptato <nincsnevem662@gmail.com>2023-09-19 00:55:49 +0200
committerbptato <nincsnevem662@gmail.com>2023-09-19 01:02:53 +0200
commit50932ee701f0cb9454b145dec775ada3670ea768 (patch)
treeb91aa01d713b7b04c33f04a62f946354365a6c02 /todo
parent8a826ba92b7c744a995a9593834d63acd6d040b3 (diff)
downloadchawan-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--todo1
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