File: TODO

package info (click to toggle)
cftp 0.12-4
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k, sarge
  • size: 968 kB
  • ctags: 853
  • sloc: ansic: 9,541; sh: 327; makefile: 92
file content (39 lines) | stat: -rw-r--r-- 1,563 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
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
! sftp: reconnect doesn't work
! sftp: lost connection not reported
! sftp: ^c kills ssh subprocess (how to avoid?!)
! test ftp_cat error cases
! allow reading response if initial connect/login failes
! stop when local disk is full during download
- move ftp_gets to util.c and rename
- move history from ftp.c
- add function comments
- build failure on OSF 5.1 (struct addrinfo declared)
- ctrl-s ctrl-s: re-use last search string

* save current url as alias to .cftprc
* ftp.univie.ac.at: abort hoses connection state
* sftp options: ssh command & flags, sftp server filename
* declare replacement functions (to avoid warnings)
* find bug when viewing or piping rfc-index.txt
* host specific rc file sections
* run time disabling of IPv6
* use mkhoststr in show-url
* rewrite parse_url
* fix REFERENCES and include in dist
* fix -Wall warnings (option and function array, termcap functions, getopt.c)
* fix compile on HPUX (struct sockaddr)
* get-tags: recoginze global failure (e. g. connection lost) and abort
* feature recognition and handling
* complete getaddrinfo replacement
* check warnings on NextSTEP
* note that building on NextSTEP requires -posix in CFLAGS and LDFLAGS
* fix unix directory parsing (ftp://ftp.deva.net/)
* rethink directory format auto detection logic
* improve check wheter lib{socket,nsl,resolv} are needed
* ^[[O triggers bindings for left and O
* ftp_retr: check 150 format on different servers
* handle 8 bit keys
* <local> mode
* decent documentation
* segfault while tagging on GNU/Linux
* try again if connect/login failes