[go: up one dir, main page]

File: TODO

package info (click to toggle)
ftpgrab 0.1.1-1
  • links: PTS
  • area: main
  • in suites: potato
  • size: 360 kB
  • ctags: 328
  • sloc: cpp: 2,749; makefile: 59
file content (22 lines) | stat: -rw-r--r-- 637 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
For ?

- Build optimised

- Timeout on FTP conversation
- HTTP protocol

- recursive fetching
- reget of partially transferred files
- retry of temporary failures
- download based on file size change only
- download based on date stamp change only
- Ability to parse directory names as well as filenames

- Merge pick and picksync classes into one which takes boolean flag
- Desist from the grotty "exceptions in constructors" scenario
- Better use constructors/destructors to allocate/deallocate resources

Probably won't do
=================
- multiple alternative sites in one "rule"
- reuse connections to identical remote hostnames