NetBSD/usr.bin/ftp
lukem e699917c51 * preserve modtime if size is 0 [bin/3040, Enami Tsugutomo]
* in autofetch mode, don't retry a file if the connection failed - skip it
  and move to the next file. [bin/3051, Matt Green]
* only print error messages from SIZE or MDTM if the user used 'size' or
  'modt' (respectively). prevents extraneous warnings during normal transfers
  when connected to a site which doesn't support these (behaviour prior to
  last commit), but still allows error feedback to specific user requests
  for this info (which the last commit broke).
* 'account': only accept one optional argument
* if invoked as pftp, default to passive mode on (from FreeBSD)
* remove leading '0 ' in progress bar - looked ugly
* use warn instead of perror
* use strncpy when src isn't known to have safe length
* remglob(): use mkstemp() to prevent symlink games, and don't override
  _PATH_TMP, use it as the prefix to the temp file
1996-12-29 04:05:29 +00:00
..
Makefile add -Dunix to CFLAGS 1995-11-22 21:52:48 +00:00
cmds.c * preserve modtime if size is 0 [bin/3040, Enami Tsugutomo] 1996-12-29 04:05:29 +00:00
cmdtab.c functionality mods: 1996-12-06 02:06:46 +00:00
domacro.c More features, some of which were inspired by changes that 1996-11-28 03:12:28 +00:00
extern.h * preserve modtime if size is 0 [bin/3040, Enami Tsugutomo] 1996-12-29 04:05:29 +00:00
ftp.1 * note that nlist and ls and equivalent 1996-12-06 02:28:13 +00:00
ftp.c * preserve modtime if size is 0 [bin/3040, Enami Tsugutomo] 1996-12-29 04:05:29 +00:00
ftp_var.h functionality mods: 1996-12-06 02:06:46 +00:00
main.c * preserve modtime if size is 0 [bin/3040, Enami Tsugutomo] 1996-12-29 04:05:29 +00:00
pathnames.h * preserve modtime if size is 0 [bin/3040, Enami Tsugutomo] 1996-12-29 04:05:29 +00:00
ruserpass.c functionality mods: 1996-12-06 02:06:46 +00:00