diff options
author | Miles Bader <miles@gnu.org> | 1997-08-08 23:52:36 +0000 |
---|---|---|
committer | Miles Bader <miles@gnu.org> | 1997-08-08 23:52:36 +0000 |
commit | 60403fd27c1fcb924cf360e0e3caa378b59112c0 (patch) | |
tree | 432a12453a1cc476b0132e205498035bb85d26f9 | |
parent | e729b30fb46c40b6026e1c69c7922d5114db07c7 (diff) |
.
-rw-r--r-- | utils/ChangeLog | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/utils/ChangeLog b/utils/ChangeLog index 8f8cc5ba..d4cbc837 100644 --- a/utils/ChangeLog +++ b/utils/ChangeLog @@ -1,7 +1,9 @@ 1997-08-08 Miles Bader <miles@gnu.ai.mit.edu> * ftpcp.c (eappend, ebasename): New functions. - (main): Use them. + (append_basename): New function. + (main): Move target directory handling to append_basename. + Use it also with remote transfers. * ftpcp.c (cntl_debug): Print CONN->hook as a string before any output. (main): Set the connection hooks to appropriate strings. |