# send

## Usage

```
osc-dl send [-h] -d DESTINATION [-r HOST] app
```

#### Optional Arguments:

* `-h, --help` Show help message.
* `-r HOST, --host HOST` Host to get app from, e.g. `-r themes`.

#### Required Arguments:

* `app` Name of application to send. e.g. WiiVNC
* `-d DESTINATION, --destination DESTINATION` Wii IP address. (e.g. 192.168.1.10)

## Usage Examples

{% code title="osc-dl send -d 192.168.1.10 WiiVNC" %}

```
Preparing app..
Connecting to the Homebrew Channel..
[  0%] Sending app..
[ 64%] Sending app..
[ 71%] Sending app..
[ 79%] Sending app..
[ 86%] Sending app..
[ 93%] Sending app..
[100%] Sending app..
App sent to Wii at 192.168.1.10 successfully!
```

{% endcode %}
