• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

hflist/H03-May-2022-1,7511,360

huskyui/H03-May-2022-946692

nmcopy/H03-May-2022-332252

tools/H03-May-2022-725510

.cvs2clH A D03-May-20220

ChangeLogH A D03-May-20223.6 KiB13180

MakefileH A D03-May-20221.2 KiB6940

READMEH A D03-May-20221.6 KiB6046

TODOH A D03-May-202218 31

VERSIONH A D03-May-202284 43

README

1	HUSKY Miscellaneous Tools
2	=========================
3
4    The 'tools' subdirectory is contain four HUSKY tools: send, request, poll,
5tolower.
6
7
8	The POLL tool
9	=============
10
11    The tool 'poll' may be used to create a poll to any FTN system what is
12listed or not listed in your fidoconfig. This program should be called with
13following parameters:
14- 1st is address of system to poll,
15- 2nd (optional) string "deldlc",
16- 3rd (optional) is flavour of the poll.
17The "deldlc" string is used to delete mailer's hold flags and call counters
18(.$$o for Binkley, .sts for ifcico/t-mail/qico/binkd, .hld for binkd).
19Flavour may be:
20- "immediate",
21- "crash",
22- "normal",
23- "direct",
24- "hold".
25
26
27	The SEND tool
28	=============
29
30    The tool 'send' may be used to attach any file to any FTN system what is
31listed or not listed in your fidoconfig. This program should be called with
32following parameters:
33- 1st is address of system to poll,
34- 2nd (optional) is flavour name,
35- 3rd (optional) is pathname of the file.
36Flavour may be:
37- "immediate",
38- "crash",
39- "normal",
40- "direct",
41- "hold".
42
43
44	The REQUEST tool
45	================
46
47    The tool 'request' may be used to generate FREQ for any file from any FTN
48system what should be listed in your fidoconfig. This program should be called
49with following parameters:
50- 1st is address of system to FREQ,
51- 2nd is name of the file to request.
52
53
54	The TOLOWER tool
55	================
56
57    The tool 'tolower' may be used to rename a file to name contains the
58lowercase characters only. This is needed in some cases when link sends files
59with names in upper case or mixed case.
60