Download of FileSelectTree.pm (FileSelectTree.pm ( external link: SF.net): 17,167 字节) will begin shortly. If not so, click link on the left.

文件信息

文件大小
17,167 字节
MD5
a8a2c23b556ec569d49637361e7d772f

项目描述

Very initial version.
This is a simple program to copy files or directories and verify the copied file with md5 hash. Hash is saved in and .md5 file compatible with md5sum. it has a gui and work on Linux and windows (the script should work even on Mac). Md5 is computed while reading so sources file are read only once. The executables have been created using pp : it creates an executable similar to an autoextract-zip with the script, the perl engine and all libraries.
I'm using it under linux to copy GigaBytes files from ntfs internal hd to ntfs external hd with an old atom eepc with 8.5MB/sec speed : is it good? With more powerful pc speeds are 3 times better.
Added ability to manage very long path (>260 char) under windows (under linux is default : magic linux!). Added a file_select box that manges very long path and multiple selection of dirs and files.