Jump to content

FastCopy

From Wikipedia, the free encyclopedia

This is an old revision of this page, as edited by RekishiEJ (talk | contribs) at 14:21, 16 November 2016 (Porting ver). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.

FastCopy
Developer(s)Shirouzu Hiroaki[1]
Initial releaseSeptember 28, 2004; 20 years ago (2004-09-28)
Stable release
3.25 / 19 October 2016; 8 years ago (2016-10-19)[2]
Operating systemWindows XP/Vista/7/8/8.1/10; Windows Server 2003/2008/2012
PlatformMicrosoft Windows
Available inEnglish/Japanese
Websiteipmsg.org/tools/fastcopy.html.en

FastCopy is free open source (GPLv3 license) computer software, a portable file and directory copier that runs under Microsoft Windows.

There are 32- and 64-bit versions, which run under versions of Windows from XP to 10, and Windows Server 2003, 2008, and 2010. The files comprising 32-bit version 3.05 are about 900kB.[3] It claims to offer fast transfer of files between hard drives and copying of files within the same drive.[citation needed] It can run as a free-standing application, or be integrated into the Windows shell.

In a test conducted in 2008 by lifehacker, Fastcopy was several times faster than its rival Teracopy,[4] a program with similar functionality. However, both programs have been updated since then. A more extensive comparison was performed between TeraCopy v2.07beta, KillCopy v2.85, FastCopy v1.99r4, SuperCopier v2.2bet and published on a forum in 2009.[5]

In Microsoft Windows up to and including at least Windows 7, the Win32 API and any program that uses it (like Microsoft's Windows Explorer) has a limitation of maximum 260 UTF-16 characters (MAX_PATH in windef.h) in file and directory paths when performing file copy and rename (including move or deletion) operations, but not in file access (e.g. execution or reading) operations; but this limitation becomes 32,768 when a program uses its own code over the NT kernel for file operations or unlimited if a program accesses the NTFS file system directly in low-level. FastCopy does not use Microsoft's API and places its own calls to the NT kernel, therefore enabling a user or system administrator to perform file copy, move or delete operations even if the file or directory paths involved exceed 260 characters.

Screenshots

See also

Porting ver

References