7 projects tagged "copy"
MammothCopy is a simple, Java-based tool to copy large or many files from one computer on the Internet directly to another. This is also possible with tools like WinSCP and an SSH server, but those are too complex for normal users. MammothCopy is geared towards parents wanting to send photos to their kids, or professionals who want to transfer huge files (only limited to the receiving end’s hard disk space).
copymon provides file copying processes with a progress bar. Neither cp nor rsync provide means to monitor the copying process, nor a progress bar. copymon is a wrapper which performs a scan of the directory to be copied and collects information about the files to be copied. After that, it spawns the actual copying program (which can be cp, rsync, or tar) and monitors its progress. copymon can be easily enhanced to support more programs and can be extended to provided different types of progress bars.