-
Notifications
You must be signed in to change notification settings - Fork 16
Expand file tree
/
Copy pathTODO
More file actions
41 lines (27 loc) · 981 Bytes
/
TODO
File metadata and controls
41 lines (27 loc) · 981 Bytes
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