File: TODO

package info (click to toggle)
yafc 1.3.7-5
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 2,400 kB
  • sloc: ansic: 18,791; sh: 4,216; makefile: 164; perl: 38
file content (41 lines) | stat: -rw-r--r-- 981 bytes parent folder | download | duplicates (4)
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
TODO: Yafc 1.2.0
-----------------

* 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: HTTP proxy support


Legend:

* fix bug
> add feature
% test
? questionable