start_transmission


Description:

public string start_transmission (string hostname, uint16 port, string[] filenames, bool use_tls = true) throws IOError

Starts a new outgoing transmisson.

Parameters:

hostname

The hostname or ip-address to connect to.

port

The port of the service.

filenames

A list of filenames that will be requested for transmission.

use_tls

Sets if the choosen port requires an encrypted connection.

Returns:

Path to the transmission's dbus-interface. Can be used to identify the new transmission after the connection has been established.