val fileTransfer: FileTransferManager
Define settings for file transfer facade which allows to perform basic file operations on remote servers like uploading and downloading files.
Supports multiple protocols: HTTP, SFTP, SMB and other supported by JVM.
fun fileTransfer(options: FileTransferManager.() -> Unit): Unit
Configures file transfer facade.