class

LocalSend::IncomingTransfer

Inherits Reference < Object

A proposed transfer, waiting for the application to decide.

Constants

DECIDE_WITHIN = 5.minutes

Reject transfers left unanswered for five minutes.

Log = LocalSend::Log.for("receiver")

Constructors

Instance methods

accept(directory : Path) : Nil

Accepts the transfer and stores its files in directory.

Source
await_decision

Waits for the application's choice. Applications call #accept or #reject; Receiver calls this method.

Source
decided?
Source
device
Source
files
Source
reject
Source
total_size
Source

Nested types