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 42 43 44 45 46 47 48 49 50 51 52 53 54 55
|
New in 0.12:
* preliminary support for sftp (requires ssh protocol version 2)
* print estimated remaining time for down- and uploads
New in 0.11.2:
* new command: rmdir
* don't default to sending user name as anonymous password
* fix error detection in up/downloads
New in 0.11.1:
* fix compile problem on Red Hat 7.1
New in 0.11:
* display transfer rates
* detect stalled connections and abort after stall-timeout seconds
* fix ASCII mode uploads
* if initial url is file, download before listing directory
* display progress while reading directories
* write proper URLs (encoding special chars, include user and port)
* only ask for password if server wants one
* various bug fixes
New in 0.10:
* support for IPv6
* various bug fixes
New in 0.9.3:
* downloads: if size is unknown, use size from server response
* mkdir: make directory on server (not really new, but I forgot to mention it)
* site: send site specific commands
* removed option emacs-status (which has been ignored anyway)
* fixed bug with status lines on small terminals (less than 25 columns)
New in 0.9.2:
* reload: reload correct directory
* show-name: new option -l: show symlink target
* handle symlinks on servers which report size as 0 (e.g. Windows)
* if directory given on command line is file, download it
New in 0.9.1:
* passive mode
New in 0.9:
* wildcard tagging/untagging (tag -t, tag -u)
* wrap option to control wrap around of scrolling
* support for servers with dos directory names
* reload current directory
New in 0.8:
* put command
* sorted directory listings (none/name/date)
* help can display list of functions, key bindings, and options
|