Base Push File Request
abstract class BasePushFileRequest(local: File, remotePath: String, mode: String = "0777", coroutineContext: CoroutineContext = Dispatchers.IO) : AsyncChannelRequest<Double, Unit>
Inheritors
Constructors
Link copied to clipboard
constructor(local: File, remotePath: String, mode: String = "0777", coroutineContext: CoroutineContext = Dispatchers.IO)