Pcp
From SynCE-Wiki
- The correct title of this article is Pcp. The initial letter is capitalized due to technical restrictions.
The pcp command copies a file or files from or to the [[[device]].
Typical usage of pcp is:
pcp download/game.cab ":/Temporary Files/game.cab"
Note: Although Windows uses backslashes in their directories (\Windows\System), a backslash is the escape character in Linux, so instead a forward slash should be used, so the previous example would be /Windows/System on Linux.
Further info can be retrieved by running:
man pcp
