FastCopy

FastCopy

Small, exceptional tool among applications designed for file transfer operations with speed and verification. Supports syncing.

Category
File System
License
Mixed
Platforms
Windows
Released
2004
Path
c:\FastCopy\fcp.exe
Benefits
Copy/delete unicode filesnames over MAX_PATH(260byte) pathname files, always run by multi-threading, doesn't use MFC, it is compact and doesn't require mfcxx.dll.
Notes
v4 is licensed GPLv3 and can be used in the workplace without a Pro license (Earlier versions were open source or freeware.)
Version
Latest known: 5.10.0 (2025-07-12)

Examples

1. Updates all JSO & XLSX files from source to target directory if size or date is different or doesn't exist.

fcp.exe /cmd=update /include="*.json;*.xlsx" "d:\sourcedir\*.*" /to="\\remotePC\c\targetdir\"

2. Copy if size or date is different or does not exist. Delete all destination files/directories that do not exist in Source.

fcp.exe /cmd=sync /log=FALSE /filelog="c:\FCP_YYYYMMDDHHNNSS.txt" "d:\sourcedir\*" /to="d:\targetdir"

Try it

Agree to terms to run demos.