class UrlFileTransfer : ProtocolFileTransfer
<init> |
UrlFileTransfer(common: CommonExtension) |
name |
Unique identifier. val name: String |
protocols |
val protocols: List<String> |
downloadFrom |
Downloads file with given name from directory available at specified URL. fun downloadFrom(dirUrl: String, fileName: String, target: File): Unit |
NAME |
const val NAME: String |
PROTOCOL |
const val PROTOCOL: String |