File: TODO

package info (click to toggle)
yafc 1.1.1.dfsg.1-4
  • links: PTS
  • area: main
  • in suites: squeeze
  • size: 3,248 kB
  • ctags: 1,679
  • sloc: ansic: 19,338; sh: 10,365; makefile: 155; perl: 38; ruby: 33
file content (52 lines) | stat: -rw-r--r-- 1,261 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
TODO Last Updated by John Buswell on Wednesday October 5th 2005

note: This is still very much work in progress.


TODO: Yafc 1.1.2
-----------------

* Fix SFTP slow transfers
* Add support for usernames with whitespaces
* Add support for stalled transfers to timeout
> ability to specify preferred protocol (ssh/ftp) (Steve Grecni)
> Enhance Documentation

% Test socks5 support
% Test chgrp / chmod for directories (get)
% Test local settings in LISTing parse failure
% Review set command

Roadmap 2.0.0
--------------

> Feature: Recursive Deletion of Empty Directories

   Add --delete-empty-dir option for get -Dr to remove directories once empty
   Add --create-empty-dir option for get -Dr to create empty directories locally

> Feature: Intelligent Connection Management

   Add abort/connect/resume when threshold of n bytes not transferred in t time
   Add connection timeout detection
   Add alternate URL option

> Feature: Persistant Reconnect

   Add capability to persistantly reconnect until transfer is complete

> Feature: FTP over TLS / SSL support (rfc2228)

> Feature: SSH config file support

> Feature: HTTP proxy support

> Feature: IPv6 support, EPSV and EPRT support (RFC2428)


Legend:

* fix bug
> add feature
% test
? questionable