|
|||||||||||||||||||||||
|
Contents
Info Bugs Docs Source Download Developer |
Downloads Source Javadoc
A file transfer application. This program is used keep the files on two different computers the same. It scans the directory tree for files that have changed recently, and writes these files to a disk or file. On the second machine it reads this disk and writes the files in the propper place. The two major features that make this program useful (instead of just using tar) are: The following is a brief outline of the code, for anyone who wishes to modify it. You should look for the file The main code is started in {@linkorg.gjt.fredgc.mirror.Main}. It uses the parser to read the configuration file, and then creates a {@link org.gjt.fredgc.mirror.Verify}, {@linkorg.gjt.fredgc.mirror.GUI} or {@link org.gjt.fredgc.mirror.LineReader} to interact with the user and verify sending/receiveing of files. The parser, {@linkorg.gjt.fredgc.mirror.RCFile}, is generated by JavaCC from the file The {@linkorg.gjt.fredgc.mirror.LogFile} records the last send and recieve dates. Files are only considered for sending if they have changed since the last succesful send date. The classes {@linkorg.gjt.fredgc.mirror.FilePair} and {@linkorg.gjt.fredgc.mirror.FileStatus} hold information about a file name, type and status. It uses native (JINI) code to access the C function DownloadsThe following page lists the available downloads for the release of package 'org.gjt.fredgc.mirror' tagged ' $'. If you need to work with releases other than ' $', you will need to use the anonymous CVS server to access them.
|
||||||||||||||||||||||
|
All contents are licensed under the General Public License. |
|||||||||||||||||||||||