1 .\" $NetBSD: utoppya.1,v 1.2 2006/04/04 20:45:41 wiz Exp $
3 .\" Copyright (c) 2006 The NetBSD Foundation, Inc.
4 .\" All rights reserved.
6 .\" This code is derived from software contributed to The NetBSD Foundation
7 .\" by Steve C. Woodford.
9 .\" Redistribution and use in source and binary forms, with or without
10 .\" modification, are permitted provided that the following conditions
12 .\" 1. Redistributions of source code must retain the above copyright
13 .\" notice, this list of conditions and the following disclaimer.
14 .\" 2. Redistributions in binary form must reproduce the above copyright
15 .\" notice, this list of conditions and the following disclaimer in the
16 .\" documentation and/or other materials provided with the distribution.
18 .\" THIS SOFTWARE IS PROVIDED BY THE NETBSD FOUNDATION, INC. AND CONTRIBUTORS
19 .\" ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED
20 .\" TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
21 .\" PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE FOUNDATION OR CONTRIBUTORS
22 .\" BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
23 .\" CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
24 .\" SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
25 .\" INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
26 .\" CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
27 .\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
28 .\" POSSIBILITY OF SUCH DAMAGE.
35 .Nd Topfield TF5000PVR file manipulation program
42 is the userland interface to the
46 The options are as follows:
51 instead of the default
55 Using the services of the
59 can perform the following operations, specified by the
64 Display disk size and free space
65 .It Cm ls Op Ar directory
66 List the files in the specified
68 Default is the Toppy's root directory.
69 .It Cm mkdir Ao Ar directory Ac
72 You must supply the full pathname to
74 .It Cm rm Ao Ar pathname Ac
75 Delete the file or directory specified by
77 .It Cm rename Ao Ar source Ac Ao Ar target Ac
78 Rename the file or directory specified by the
80 operand to the destination file or directory specified by the
83 .It Cm get Oo Fl prt Oc Ao Ar toppyfile Ac Oo Ar localfile Oc
88 on the local filesystem.
91 is omitted, the file will be copied into the current directory and will be
92 named using the last component of the
101 will be copied to the standard output.
103 The following options are available for the
108 Display a progress bar.
110 This option is useful if you wish to resume a previously interrupted
113 Instead of restarting from the beginning of the file, the transfer will
114 resume where it left off.
119 This instructs the Toppy to drop everything and concentrate on transferring
120 the file as quickly as possible.
121 You will be able to watch live TV, but all other functions, including
122 changing channel via the remote control, will be inoperative.
124 .It Cm put Oo Fl prt Oc Ao Ar localfile Ac Ao Ar toppyfile Ac
127 on the local filesystem to
132 specifies a directory on the Toppy, the last component of the
134 operand will be appended to the
138 The options described for the
140 command (above) also apply to the
146 The default Topfield TF5000PVR instance.
153 command first appeared in
157 written by Steve Bennett
158 .Aq msteveb at ozemail.com.au
161 written by Peter Urbanec
162 .Aq toppy at urbanec.net .
164 .An Steve C. Woodford Aq scw@netbsd.org