duchampdev / SFTwx

rewrite of SortedFileTransfer using C++/wxWidgets

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

SFTwx

SFTwx is a native application for copying files in alphabetical order. Many other tools do not copy the files in aphabetical order but in the physical order on the disk. The copying order becomes relevant when using (embededded) systems which always sort by date like some car hifi systems do.

This a rewrite of SortedFileTransfer in C++ using wxWidgets.

Remark: The code in this repository is not yet ready to be used in practice and might cause data corruption. Use it at your own risk. But honestly, do not use it yet.

About

rewrite of SortedFileTransfer using C++/wxWidgets

License:GNU General Public License v3.0


Languages

Language:C++ 92.6%Language:CMake 7.4%