[go: up one dir, main page]

File: TODO

package info (click to toggle)
cftp 0.10-2
  • links: PTS
  • area: main
  • in suites: woody
  • size: 880 kB
  • ctags: 611
  • sloc: ansic: 7,586; sh: 327; makefile: 82
file content (27 lines) | stat: -rw-r--r-- 1,105 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
! compatibility checks
* fix -Wall warnings (libgen.h for basename)
* fix warnings in GNU source (tparam, getopt)
* fix compile on HPUX (struct sockaddr)
* feature recognition and handling
* complete getaddrinfo replacement
* check warnings on NextSTEP
* display progress when reading directory listing
* rethink directory format auto detection logic
* remove broken getdomain replacement, use user@
* move fntable.[ch].proto into mkfntab-[ch].m4
* improve check wheter lib{socket,nsl,resolv} are needed
* ^[[O triggers bindings for left and O
* fix transfer rate display
* detect hung data connection
* ftp_retr: check 150 format on different servers
* termcap.h or similar (for -Wall): which one?!
* clean up code for -Wall (fn_select - zzzz)
* handle 8 bit keys
* problems with listing of ftp://ftp.unicode.org/ and 128.223.95.87
	(file names short)
* <local> mode
* decent documentation
* write passwd and port in save-urls
* segfault while tagging on GNU/Linux
* improve abort handling, especially when downloading tagged files
* don't exit if initial connect/login fails (allow reading message log)