File: help.out

package info (click to toggle)
moxftp 2.2-8
  • links: PTS
  • area: main
  • in suites: slink
  • size: 4,252 kB
  • ctags: 3,837
  • sloc: ansic: 43,419; makefile: 353; perl: 262; sh: 244
file content (580 lines) | stat: -rw-r--r-- 20,043 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
!
! Help  XXXX
!
*help_General.help_text:
General Help
XXXX is a X front end to ftp.

XXXX allows retrieval  or  transmission  of  selected  files  and
directory trees.

The screen display for XXXX consists of 5 sections:  a  menu  bar
containing  a  quit  menu,   option menu, file option menu, mutli
file option menu, and help menu; a status window; a  remote/local
directory window; a series of buttons login,  remote/local direc-
tory, command, glob, search, next, reconnect and  archie;  and  a
scrolled list window.

The status window display the current actions and error messages.

The remote/local directory window display the  remote/local  name
of the displayed directory.

The login button is used to initiate logins.

The remote/local button toggles between remote and  local  direc-
tory display's.

The command shell button is used to bring up a shell window  that
contains a direct interface to ftp.

The glob button is used to select a set of files based  on  shell
glob syntax or regular expression syntax through a dialog.

The search button is used to find a file or set of files .  based
on  shell glob syntax or regular expression syntax through a dia-
log.

The next button will find the next file based on the glob a regu-
lar expression set by the search button.

The reconnect button will  restart  the  ftp  session  after  the
foreign host has disconnected due to a inactivity disconnect.

The archie command will bring up a dialog to run a archie command
if the archie command is in the users search path.

All buttons and menu selections are done with the left mouse but-
ton.

A file can be selected by clicking the left mouse button  on  the
file.  Multi file selection are accomplished by clicking the left
mouse button on the first file and then dragging the mouses  over
the  files  to  be  selected.   Selected  files  are displayed in
reverse video.  The current selection has a square border  around
it.

The scrolled list window has a popup menu that can  be  activated
by holding down the right mouse button. You can also use the key-
board to select the listing options, local/remote  display,  sort
options,  files  or directories, and actions to apply to selected
files.

You can click the left mouse button with the control key  pressed
on  a  directory to cd to it.  If you click the left mouse button
with the control key pressed on a file and it is  a  remote  file
then the file will be transferred to the local host or if it is a
local file then it is transferred to the remote host.
*netrc.help_text:
moxftprc or netrc
XXXX will look for  ~/.moxftprc if not found then  it  will  look
for  ~/.netrc.   The format of of ".moxftprc" is the same as that
of ".netrc"  with  the  addition  of  three  new   tokens  called
"remote_dir", "local_dir", and "note".  "note" should be the last
token of a entry.

It is not advisable to put  your  password  in  the  ".netrc"  or
".moxftprc" files.
example:
machine ftp.chpc.utexas.edu
 login anonymous
 password jones@
 note Home of xmoftp
machine ftp.utexas.edu
 login anonymous
 password jones@
 remote_dir /packages/X
 note Lots of Networking Information
*xftp_fonts.help_text:
Default Fonts
The fonts used by xftp are defined by the following resources:
 Xftp*font:\
     -*-courier-bold-r-*-*-14-*-*-*-*-*-ISO8859-1
 Xftp*Command.font:\
    -*-helvetica-bold-o-*-*-14-*-*-*-*-*-ISO8859-1
 Xftp*Text*font:\
    -*-courier-bold-r-*-*-14-*-*-*-*-*-ISO8859-1
 Xftp*Label*font:\
    -*-helvetica-bold-r-*-*-14-*-*-*-*-*-ISO8859-1
 Xftp*LabelQUICK*font:\
    -*-courier-bold-r-*-*-14-*-*-*-*-*-ISO8859-1
 Xftp*listsw*list.font:\
    -*-courier-bold-r-*-*-14-*-*-*-*-*-ISO8859-1
 Xftp*hostsw*list.font:\
    -*-courier-bold-r-*-*-14-*-*-*-*-*-ISO8859-1
*oftp_fonts.help_text:
Default Fonts
The fonts used by oftp are defined by the following resources:
 Oftp*font:\
-*-courier-bold-r-*-*-14-*-*-*-*-*-ISO8859-1
 Oftp*listsw.*.list.font:\
    -*-courier-bold-r-*-*-14-*-*-*-*-*-ISO8859-1
 Oftp*hostsw.*.list.font:\
    -*-courier-bold-r-*-*-14-*-*-*-*-*-ISO8859-1
*mftp_fonts.help_text:
Default Fonts
The fonts used by mftp are defined by the following resources:
 Mftp*labelFontList:\
-*-helvetica-bold-r-*-*-14-*-*-*-*-*-ISO8859-1
 Mftp*buttonFontList:\
-*-times-medium-r-*-*-14-*-*-*-*-*-ISO8859-1
 Mftp*textFontList:\
-*-courier-bold-r-*-*-14-*-*-*-*-*-ISO8859-1
 Mftp*menuBar*fontList:\
-*-helvetica-bold-o-*-*-14-*-*-*-*-*-ISO8859-1
 Mftp*menuBar1*fontList:\
-*-helvetica-bold-o-*-*-14-*-*-*-*-*-ISO8859-1
 Mftp*menuBar2*fontList:\
-*-helvetica-bold-o-*-*-14-*-*-*-*-*-ISO8859-1
 Mftp*archie_menubar*fontList:\
-*-helvetica-bold-o-*-*-14-*-*-*-*-*-ISO8859-1
 Mftp*rate.fontList:\
-*-courier-bold-r-*-*-14-*-*-*-*-*-ISO8859-1
 Mftp.*.*.list.fontList:\
-*-courier-bold-r-*-*-14-*-*-*-*-*-ISO8859-1
*quit.help_text:
Quit Button
Quit XXXX. Any pending actions will be terminated.
*listsw*help_text:
Directory List Window
The current  local/remote directory  listing is  displayed  here.
There  are  four  types of listing formats sort, medium, long and
translations.  It is not always possible for there to be  a  long
or medium listing format for a remote system.   In such cases the
short listing format is used.

A file or directory entry can be selected by  clicking  the  left
most mouse button on the entry.

The right mouse button will select an entry and bring up  a  menu
with  a  list  of actions that can be applied to that entry.  The
actions are:

UP      - Go up the directory tree
Cd      - Cd to selected directory
Get     - Get remote file
Put     - Put local file
View    - View remote file.
Ascii   - Set transfer mode of file to ascii
Binary  - Set transfer mode of file to binary
Tenex   - Set transfer mode to tenix
Default - Set transfer mode to default
Ignore  - Ignore file when retriving directory.
Don't Ignore - Do not ignore file retriving directory.
Dir     - Refresh directy listing.

The menu also contains actions that can be taken on all  selected
files:

Clear File Selections - Unselect all files and directories
Get Selected files    - Get all selected remote files and  direc-
tories.
Put Selected files    - Put all selected local files  and  direc-
tories.

Also see the keyboard input help selection under general help.
*ftp*help_text:
Ftp Window
This is the ftp window.  You can use the following  ftp  commands
in this window:

 ascii
 binary
 delete
 dir
 cd <remote directory>
 help
 image
 get <remote file> [<local file>]
 reg <regular expression>
 regget
 regput
 lcd
 ls
 lmkdir
 lpwd
 mkdir
 put
 pwd
 quote
 remotehelp
 site
 tenex
*abort.help_text:
Abort Button
Abort ftp. Since there is no reliable way to abort ftp  you  will
have to login again.
*op_sort.help_text:
Option SubMenu - Sort
The sort option menu can be used to select the type of sort  that
is  done  on  directories.  Files  can be sorted by age, name, or
size.  The sort can be reverse or normal sort order.   File  also
can be sorted by type then age, name, or size.
*options.help_text:
Options Menu
The options menu options, to turn on or of error ignoring  during
transfers  of  multiple  files,  to turn on or off auto directory
listing and  two submenus Listing and Sort to change listing for-
mats  or sort options.  See help on submenus Listing and Sort for
more information on Listing and Sort submenus.
*op_listing.help_text:
Option SubMenu - Listing
Select the listing options.  There are four list options plus the
example translations table option:

Short Listing
Medium Listing
Long Listing
Translation Listing
Translations

The short listing format  displays  the  filename  only.  If  the
remote  file  system  is an UNIX system then a directory will end
with "/", a link with "@" and of offline file with "%".   If  the
remote  file system is not an unix file system then a d is placed
before the file name to indicate that it is a directory.

The Medium  Listing  format  is  system  dependent.   It  usually
includes the file length.

The Long Listing format is system dependent.  It usually includes
the file length, type and protections.

The Translation Listing format will display the remote  to  local
or  the  local  to  remote  translation  for  the directory being
displayed.  It also shows the mode the file will  be  transferred
in.   If XXXX does not know how to translate the filename it will
leave the translation blank.

The Translations menu option will produce a list of example local
and remote files and their translations.
*dir.help_text:
Directory Window
The current selected local or remote directory name is  displayed
here.
*connect.help_text:
Login/Close Button
Login to remote host or close the connection from a remote  host.
If the option is login, a menu will popup allowing you to set the
remote host name, the remote host login  name,  the  remote  host
password, the remote directory name, and the local directory name
to use at login time.

The retry button informs XXXX to keep retrying connection every 5
minutes until it is able to log into the remote hosts.

XXXX understands the ftp .netrc file format. It use this to  gen-
erate  a  menu  that  will  set the hostname, login name, and (if
specified) the password for the selected host.

A comment for the specified host can be added to the  .xftp  file
found  in  the  login  directory  using the "note" directive; for
example:

note dinosaur.cc.utexas.edu UTD
note ftp.uu.net Has most anything that any one would want.

This will be displayed beside the host entry in the host menu.
*status.help_text:
Status Window
Display status information.  Clicking the right mouse  button  on
the  status  window  will  popup the Status Message Log.  You can
then view all of the previous status messages.
*host_name.help_text:
System Name Window
The host name of the connected  or  selected  host  is  displayed
here.
*system_name.help_text:
System Type Window
The System type is displayed here.
*default_mode.help_text:
Default Transfer Mode Window
The default transfer mode is displayed in this window.
*dir_display.help_text:
Local/Remote Button
Toggle between current  local/remote  directories.   A  directory
listing  is  displayed  of the selected local/remote directory in
the directory list window.
*dotxftp.help_text:
XXXX initialization file
XXXX reads the ".xftp" initialization file in the home  directory
when  it  first starts up.  The ".xftp" file can contain the fol-
lowing directives:

trans        <machine type>
examples_r   <remote file>
examples_e   <local file>
unix         <regular expression>
             <source> [<conversion type>]
back         <regular expression>
             <source> [<conversion type>]
end
viewer       <audio|ps|picture|tar|text> <comand>

The note directive allows you add a note that is displayed in the
host  list  menu  in the login window.  It is used in conjunction
with the "~/.netrc" file.

The trans directive start a translation table block of  commands.
You  can  only  specify the examples_r, examples_e, unix and back
directive in a translation table block.  The end  directive  ends
the translation table block.

The examples_r and examples_e directives are used to  generate  a
example of the translations specified by the unix and back direc-
tives.

The unix and back directive are used to specific rewriting  rules
for translating file form the remote system file name to unix and
back.  You can specify "ascii", "binary" and "tenex" as  <conver-
sion type>

The examples_r, examples_e,  unix  and  back  directives  can  be
repeated 50 times each.

The following is example of a translation table  that  you  might
want for a Vax VMS system running MULTINET.

trans        VMS MULTINET
examples_r   XFTP_TAR.Z;1
unix         ([a-z0-9_,]+)_TAR.Z;[0-9]+
             1.tar.Z binary
examples_e   xftp.tar.Z
back         ([A-Z0-9_,]+).tar.Z
             1_TAR.Z  binary
end

The unix directive specifies a regular expression to apply to the
remote  file  name.   If  it matches then the string "1.tar.Z" is
used as the source  to  rewrite  the  file  name.  This  examples
translate  "XFTP_TAR.Z;1"  to the unix file name "xftp.tar.Z" and
specifies that the file is to be transferred in binary mode.

The back directive specifies a regular expression to apply to the
local unix file.  If it matches then the string "1_TAR.Z" is used
as  the  source  to  rewrite  the  file  name.   The  unix   file
"xftp.tar.Z" should be rewritten as "XFTP_TAR.Z".  The file would
be transferred in binary mode.

The viewer directive spicfies a program  to  execute  to  view  a
audio, postscript, tar, text and picture files.  XXXX regogonizes
the filename  extensions  .aiff  and  .au  as  audio  files;  the
filename   extensions .gif, .tiff, .rgp and .jpg as pictures; the
the filename extesions .ps as postscript; and the filname  exten-
sion
example:
viewer ps ghostview
viewer text xless
viewer pitcure xv
*list_key_input.help_text:
Keyboard Input
The Directory List Window allows the following keyboard input.

   <Key>Help:           Help Menu
   <Key>F1:             Help Menu

  ~Ctrl ~Shift <Key>h:  Previous item
  ~Ctrl ~Shift <Key>j:  Down one item
  ~Ctrl ~Shift <Key>k:  Up one item
   Ctrl ~Shift <Key>l:  Next item

  ~Ctrl ~Shift <Key>0:  Fisrt item in line
   Ctrl ~Shift <Key>$:  Last item in line

   Ctrl ~Shift <Key>f:  Next page
   Ctrl ~Shift <Key>b:  Previous page
   Ctrl ~Shift <Key>n:  Down one item
   Ctrl ~Shift <Key>p:  Up one item

   Ctrl ~Shift <Key>j:  Down one item
  ~Ctrl  Shift <Key>m:  Down one item

           <Key>space:  Select item

   Ctrl ~Shift <Key>t:  Toggle to remote/local directory

  ~Ctrl  Shift <Key>l:  Set long listing format
  ~Ctrl  Shift <Key>s:  Set short listing format
  ~Ctrl  Shift <Key>t:  Set translation listing format

  ~Ctrl  <Key>>:        Next page
  ~Ctrl  <Key><:  Previous page
   Ctrl  <Key>>:        Bottom
   Ctrl  <Key><:     Top

  ~Ctrl ~Shift <Key>a:Set file transfer mode to type Ascii
  ~Ctrl ~Shift <Key>b:Set file transfer mode to type binary
  ~Ctrl ~Shift <Key>t:Set file transfer mod to tenex
  ~Ctrl ~Shift <Key>d:Use default transfer mode

  ~Ctrl ~Shift <Key>u:Go to parent directory
  ~Ctrl ~Shift <Key>c:Change dir to directory

  ~Ctrl ~Shift <Key>g:Get file
  ~Ctrl ~Shift <Key>p:Put file

   Ctrl        <Key>s:  Search Next
   Ctrl        <Key>g:  Clear Search Pattern
*quitm.help_text:
Quit Menu
The quit menu contains the abort and quit options.

Since there is no reliable way to abort  ftp  you  will  have  to
login again after aborting a ftp connection.
*items.help_text:
Display Items
The item display display the count of the following items,  block
devices,  char   devices,  links,  sockets, files, offline_files,
selected items, and the total number of items.
*command.help_text:
Command Button
The command button brings up the command shell.  Commands can  be
given directly to ftp through this shell.
*hide.help_text:
Hide Shell
Hide the current shell.
*help_quit.help_text:
Hide Shell
Hide the help shell.
*tran_quit.help_text:
Hide Shell
Hide the translation shell.
*status_quit.help_text:
Hide Shell
Hide the status shell.
*command_quit.help_text:
Hide Shell
Hide the command shell.
*Shellconnect.help_text:
Connect Shell
Used to specify login  information,  remote  host,  user  number,
password, local directory and remote directory for XXXX.
*hosts.help_text:
Host List Menu
List of host found in $HOME/.netrc.
*anonymous.help_text:
Anonymous login menu
Can be used to set the login user anonymous and initial password.
The password can be set to guest, mail address, or user name.
*DoBoxConnect.help_text:
Connect button
Initiate connection.
*DoHide.help_text:
Hide Shell
Hide the connect shell.
*Shellhelp.help_text:
Help Shell
Display text of help message.
*Shelltran.help_text:
Translation Shell
Display translations used with non UNIX systems.
*Shellstatus.help_text:
Status Shell
Display log of status messages.
*Shellcommand.help_text:
Ftp Command Shell
The ftp command shell.
*Shellview.help_text:
View Shell
Shell window brought up to view a text file. If the file ends  in
.Z  it  will  be uncompressed before viewing if uncompress is the
users path.  If the file ends in .gz it will unzip if  gunzip  is
in the users path.
*Trademarks.help_text:
Trademarks
OPEN LOOK is a trademark of AT&T
UNIX is a registered trademark of AT&T
The X Window System is a trademark of the Massachusetts Institute
of Technology.
*helpm.help_text:
Help Menu
The help menu provides a context sensitive help selection  and  a
general help selection.

If you select the context sensitive  help  selection  the  cursor
will  change  to  a  cross bar.  You can then position the cursor
over the object that you want help on and click left  most  mouse
botton.   If  the  help  system  knows  about  the object it will
display the help text in the help shell. If it does not  it  will
display the general help message in the help shell.
*fileopts.help_text:
Single File Options Menu
The single file options menu allows the following  operations  on
the high lighted file:

 Up           - cd to parent directory
 Cd           - cd to high lighted directory
 Get          - get high lighted file or directory
 View         - view high lighted file
 Put          - put high lighted file or directory
 Ascii        - transfer high lighted file in ascii mode
 Binary       - transfer high lighted file in binary mode
 Tenex        - transfer high lighted file in tenex mode
 Default      - transfer high lighted using default transfer mode
 Ignore       - ignore  high lighted directory/file when
                transferring contents of a directory
 Don't ignore - don't ignore high lighted directory/file when
                transferring contents of a directory
*filesopts.help_text:
Multi File Options Menu
The multi file options menu allows the  following  operations  on
the selected files:

Clear File Selections - Clear all file selections in current
        directory
Get Selected Files    - Get selected file in current directory
Put Selected Files    - Put selected file in current directory
*archie_command.help_text:
Archie Button
The archie button brings up arche interface shell.
*DoArchie.help_text:
Archie Button
The archie button brings up arche interface shell.
*DoGateway.help_text:
Gateway Button
Enable suns passthrough ftp gateway.
slag The Search Host List Dialog is activated  by  the  following
keys in the host list window:
   Ctrl        <Key>s:  Search Next
   Ctrl        <Key>g:  Clear Search Pattern
slag *Shellsearchhostdialog.help_text:
Search Host List Dialog
Set search string for regular expression search of the host  list
in the Connect Shell.
The Search Host List Dialog has the following keyboard input:
  <Key>Return:      Start search
   Ctrl<Key>r:      Start search
   Ctrl<Key>c:      Abort search
*Shellsearchdialog.help_text:
Search Dialog
Set search string for regular expression  search  or  shell  glob
search of file.
The Search Dialog has the following keyboard input:
   <Key>Return:    Start glob search
   Ctrl<Key>r:     Start regualar expression search
   Ctrl<Key>g:     Start glob search
   Ctrl<Key>c:     Abort Search
*Shellglobdialog.help_text:
Glob Dialog
Select files based on shell glob expression  or  regular  expres-
sions.
*reconnect.help_text:
Recconect Button
The recconect button allows the continuation of ftp session after
the server has disconnected the seesion.
*glob.help_text:
Glob Button
The Glob button will bring up a glob dialog which will allow  the
selection/deselection of files based on a regular expression or a
shell glob expression  search.
*search.help_text:
Search Button
The Search button will bring up a search  dialog  to  search  the
current  directory   for the specified item.   The  search can be
based on regular expression  or shell globing.  The  Search  Next
button  will  search  for  the next item that matches the regular
expression or shell glob.
*next.help_text:
Search Next Button
Search for the next item that matches the regular  expression  or
shell globing expression.