Update notes; add idea about rsyncsh
[rsync/rsync.git] / TODO
1 -*- indented-text -*-
2
3 URGENT ---------------------------------------------------------------
4
5 NICE -----------------------------------------------------------------
6
7 Merge IPv6 support ***
8
9 A patch is available at
10
11         ftp://ftp.kame.net/pub/kame/misc/rsync-244-v6-20000802.diff.gz
12
13 but tridge reckons it needs to be cleaned up before it can be
14 accepted.
15
16 This is now on the track-kameipv6 branch and can be moved across any
17 time.  The KAME people say that it should work on machines without
18 IPv6 stacks.
19
20 rsyncsh 
21
22    Write a small emulation of interactive ftp as a Pythonn program
23    that calls rsync.  Commands such as "cd", "ls", "ls *.c" etc map
24    fairly directly into rsync commands: it just needs to remember the
25    current host, directory and so on.  We can probably even do
26    completion of remote filenames.
27