-
Notifications
You must be signed in to change notification settings - Fork 1
/
dccsend.man
76 lines (76 loc) · 1.62 KB
/
dccsend.man
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
.TH "DCCSEND" "1" "January 20, 2012" "NiH" "General Commands Manual"
.nh
.if n .ad l
.SH "NAME"
\fBdccsend\fR
\- send a file to a mIRC /dccserver
.SH "SYNOPSIS"
.HP 8n
\fBdccsend\fR
[\fB\-hv\fR]
[\fB\-n\fR\ \fInickname\fR]
[\fB\-p\fR\ \fIport\fR]
[\fB\-r\fR\ \fIremotenick\fR]
\fIhost\fR
\fIfilename\fR
.SH "DESCRIPTION"
\fBdccsend\fR
sends a file to remote host running a mIRC /dccserver or
dccserver(1).
The
\fIhost\fR
argument specifies the name or IP of the server where
dccserver(1)
is running, and the
\fIfilename\fR
argument denotes the name of the local file to send to the remote host.
You can get the hostname or IP of a fellow IRCer by doing
\(lq/whois remotenick\(rq,
the first line will probably contain
\([email protected]\(rq
or
\([email protected]\(rq.
.PP
Supported options:
.TP 17n
\fB\-h\fR
Display a short help message.
.TP 17n
\fB\-n\fR \fInickname\fR
Set nickname used in handshake to
\fInickname\fR.
Should be the same nickname that you use on IRC, otherwise some
servers might complain and close the connection.
Defaults to
\(lqdccsend\(rq.
.TP 17n
\fB\-p\fR \fIport\fR
Denote
\fIport\fR
on which the remote
dccserver(1)
is listening.
Defaults to 59, since that is mIRC's default port.
.TP 17n
\fB\-r\fR \fIremotenick\fR
Expected nickname on the remote side.
.TP 17n
\fB\-v\fR
Display program name and version number.
.SH "EXAMPLES"
Typical usage:
.nf
.sp
.RS 6n
dccsend -n yournick example.org /path/to/file
.RE
.fi
.SH "SEE ALSO"
dccserver(1)
.SH "AUTHORS"
\fBdccsend\fR
was written by
Thomas Klausner <\[email protected]\fR>.
.SH "BUGS"
There are no timeouts, just interrupt and try again.
The protocol supports resuming automatically.