See: Description
| Interface | Description |
|---|---|
| FileTransferListener |
Describe interface
FileTransferListener here. |
| Class | Description |
|---|---|
| FileHeader |
The gigantic file header.
|
| FileTransfer |
File transfer code.
|
| FileTransferHandler |
File transfer tool (actually, this doesn't extend Tool, and probably
should, but it was easier to extend Thread, and we can't have both).
|
| FT |
This is supposed to end up being a higher level implementation of
the functionality in the ICBMHandler and FileTransfer classes,
meaning, this should be the API that the client calls.
|
| FTTLV |
File transfer TLV.
|
| GetFileEntry |
Represents an entry in the GetFile protocol.
|
| GetFileList |
Represents a GetFile listing.
|
Contains the handler for filetransfer. This package currently only supports SendFile connections (single-file send/receive with no resume).