From 43d58af5cdc8a4c8fd52b3c91523a00551923667 Mon Sep 17 00:00:00 2001 From: Vince Darley Date: Tue, 14 Aug 2001 14:45:59 +0000 Subject: [PATCH] Improved library, ftp vfs works --- ChangeLog | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/ChangeLog b/ChangeLog index c13ba30..6eed4b2 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,9 +1,16 @@ +2001-08-13 Vince Darley + * ftp vfs works reasonably well now; try: + % package require vfs + % vfs::ftp::Mount ftp://ftp.ucsd.edu/pub/alpha/ local + % cd local ; cd tcl ; source vfsTest.tcl + 2001-08-10 Vince Darley * added a man page vfs.n * added 'utime' to various vfs * included mk4tcl vfs implementation which works * added some support files so this library can be used more easily with TclKit. + * memory leak in file attributes get fixed. 2001-05-09 Vince Darley * initial distribution, zip vfs works -- 2.23.0