1NFXMIT(8) System Manager's Manual NFXMIT(8)
2
3
4
6 nfxmit, nfrcv - notesfile networking programs
7
9 nfxmit -dsite [ -r ] [ -a ] [ -i ] [ -t date-spec ] [ -f file ] topic [
10 ... ]
11
12 nfrcv topic fromsystem
13
15 Nfxmit and nfrcv implement networking of notesfiles. The nfxmit pro‐
16 gram packages eligible new articles and sends them to a remote system.
17 Nfrcv is the receiving end of this team.
18
19 Nfxmit sends the specified notesfiles to the site specified with the -d
20 option. The -r option specifies that a request should be queued for
21 the remote site to transmit updates from its copies of the notesfiles
22 sent. The -r option is used only if the other site does not automati‐
23 cally queue updates of the notesfile.
24
25 Specify -a to have articles which originated in news(1) sent.
26 News(1)-originated articles will usually reach each system via the news
27 program.
28
29 The -i option indicates that nfxmit is to send articles to the destina‐
30 tion that it normally would not send. These articles are those that
31 were written there or were received at the local site from that partic‐
32 ular site. The -i option is separate from the timestamp functions.
33 Articles are first selected on the basis of the time received and cri‐
34 teria for having passed through news or the destination system are
35 applied later.
36
37 A timestamp of the last transmission of each notesfile to each system
38 is maintained. This is used for determining the notes to send. If a
39 different timestamp is desired, use the -t option. The supplied time‐
40 stamp is used for this transfer and the stored timestamp is updated.
41
42 Specify -f myfile on the command line to have nfxmit read myfile for a
43 list of notesfiles to be sent. This is useful if the number of notes‐
44 files is too numerous to list on a single command line. The shell
45 meta-characters *, ?, [, and ] are recognized in both the topic parame‐
46 ter and the entries in myfile.
47
48 Nfxmit uses uux(I) to invoke nfrcv on the remote system in order to
49 process the incoming notes. Non-uucp connections are supported and
50 specified in the file /usr/spool/notes/.utilities/net.how
51
53 /usr/spool/notes/.utilities/net.how specifies connection meth‐
54 ods between systems
55 /usr/spool/notes/.utilities/net.alias directory containing map‐
56 ping of local and remote
57 notesfile names
58 /usr/spool/notes/.sequencer/Sy:sysname Seqeuncing timestamps for
59 sysname.
60
62 news(1), notes(1), nfcomment(3), uucp(1),
63 The Notesfile Reference Manual
64
66 Ray Essick (uiucdcs!essick, essick%uiuc@csnet-relay.arpa)
67 Department of Computer Science
68 University of Illinois at Urbana-Champaign
69 Urbana, IL
70
71 Rob Kolstad (kolstad@convex.UUCP)
72 CONVEX Computer Corporation
73 Richardson, TX
74
75
76
77 University of Illinois NFXMIT(8)