~ubuntu-branches/ubuntu/maverick/librapi2/maverick

« back to all changes in this revision

Viewing changes to tools/man/pcp.1

  • Committer: Bazaar Package Importer
  • Author(s): Volker Christian
  • Date: 2004-03-25 15:38:55 UTC
  • Revision ID: james.westby@ubuntu.com-20040325153855-bcjmhydo8rufdgsv
Tags: upstream-0.8.9
ImportĀ upstreamĀ versionĀ 0.8.9

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
.\" $Id: pcp.1,v 1.4 2002/11/18 08:19:24 twogood Exp $
 
2
.TH "PCP" "1" "November 2002" "The SynCE project" "http://synce.sourceforge.net/"
 
3
.SH NAME
 
4
pcp \- copy files
 
5
 
 
6
.SH SYNOPSIS
 
7
\fBpcp\fR [-d \fILEVEL\fR] [-h] [:]\fISOURCE\fR [[:]\fIDESTINATION\fR]
 
8
 
 
9
.SH "DESCRIPTION"
 
10
 
 
11
.PP
 
12
\fBpcp\fR copies a file on a device connected through SynCE or between a
 
13
device connected through SynCE and host PC.
 
14
 
 
15
.PP
 
16
Forward slashes ('/') in remote file names specified on the command line are
 
17
converted to backward slashes ('\\').
 
18
 
 
19
.PP
 
20
This tool must be run as the same user as the dccmd daemon.
 
21
 
 
22
.SH "OPTIONS"
 
23
.TP
 
24
-d \fILEVEL\fR
 
25
Set debug log level:
 
26
.IP
 
27
0 - No logging (default)
 
28
.IP
 
29
1 - Errors only
 
30
.IP
 
31
2 - Errors and warnings
 
32
.IP
 
33
3 - Everything
 
34
 
 
35
.TP
 
36
-h
 
37
Display help message.
 
38
 
 
39
.TP
 
40
[:]\fISOURCE\fR
 
41
 
 
42
Full path to the source filename. When the filename is prefixed with a colon
 
43
(':'), it will be treated as a remote filename, otherwise as a local filename.
 
44
 
 
45
.TP
 
46
[:]\fIDESTINATION\fR
 
47
 
 
48
Full path to the destination filename. When the filename is prefixed with a colon
 
49
(':'), it will be treated as a remote filename, otherwise as a local filename.
 
50
 
 
51
.IP
 
52
If this parameter is omitted and the source filename is local, the local file
 
53
will be copied to a file with the same name in the "My Documents" directory on
 
54
the device connected through SynCE.
 
55
 
 
56
.IP
 
57
If this parameter is omitted and the source filename is remote, the remote file
 
58
will be copied to a file with the same name in the current directory.
 
59
 
 
60
.SH EXAMPLES
 
61
 
 
62
.LP
 
63
Copy a file from host computer to remote device:
 
64
.IP
 
65
pcp download/game.cab ":/Temporary Files/game.cab"
 
66
 
 
67
.LP
 
68
Copy a file from remote device to host computer:
 
69
.IP
 
70
pcp ":/My Documents/snore.wav" /tmp/snore.wav
 
71
 
 
72
.LP
 
73
Copy a file from one location on the remove device to another:
 
74
.IP
 
75
pcp ":/My Documents/important.pwi" ":/My Documents/important.backup.pwi" 
 
76
 
 
77
 
 
78
 
 
79
 
 
80
 
 
81
.SH "AUTHOR"
 
82
.PP
 
83
This manual page was written by David Eriksson <twogood@users.sourceforge.net>.
 
84
.SH "SEE ALSO"
 
85
synce(1) pcp(1) pls(1) prm(1) pmkdir(1) prmdir(1)