All Packages This Package Class Hierarchy Class Search Index
java.lang.Object
|
+----kh.io.FileMerge
|
+----kh.net.URLMerge
|
+----kh.net.NetMerge
| Summary |
public class NetMerge
extends kh.net.URLMerge
{
// Constructors 1
public NetMerge();
// Methods 1
public static void main(String[]);
}
This recursive Merge class/application demonstrates the filemerge class. It will automagically deal with FTP, FILE, and HTTP urls It will optionally prompt for each resolution
| Constructors |
· NetMerge | Summary | Top |
public NetMerge()
| Methods |
· main | Summary | Top |
public static void main(String[] args)
This is the application level entry for the NetMerge. It does a recursive merge for a tree of files. The files can be located on any local, HTTP, or FTP volume.
Usage: java kh.net.NetMerge [-s] leftURL rightURL -s = also show matching files - normally they are not listed -r = right to left. Normally files are only copied from the left tree to the right, this copies files from right to left.The FTP URL based on kh.net.FtpClient - a much better FTP client than the one in standard Java. You can encode a username and password needed for access to the server.
See Also: FtpClient
All Packages This Package Class Hierarchy Class Search IndexFreshly brewed Java API Documentation automatically generated with polardoc Version 1.0.7