Method
PurpleXferstart
Declaration [src]
void
purple_xfer_start (
PurpleXfer* xfer,
int fd,
const char* ip,
guint16 port
)
Description [src]
Starts a file transfer.
Either fd
must be specified ip
and port
on a
file receive transfer. On send, fd
must be specified, and
ip
and port
are ignored.
Passing fd
as ‘-1’ is a special-case and indicates to the
protocol to facilitate the file transfer itself.