class

Commander::VirtualFS::MemoryProvider

Inherits Commander::VirtualFS::Provider < Reference < Object

Constructors

new(scheme : String = "sftp", offline : Bool = false)
Source

Instance methods

add_directory(path : VirtualPath) : MemoryProvider
Source
add_file(path : VirtualPath, data : Bytes) : MemoryProvider
Source
copy(path : VirtualPath, target : VirtualPath) : Response
Source
delete(path : VirtualPath) : Response
Source
list(path : VirtualPath) : Response
Source
mkdir(path : VirtualPath) : Response
Source
offline=(offline : Bool)
Source
open_stream(path : VirtualPath) : Response
Source
read(path : VirtualPath) : Response
Source
rename(path : VirtualPath, target : VirtualPath) : Response
Source
scheme
Source
stat(path : VirtualPath) : Response
Source
write(path : VirtualPath, data : Bytes) : Response
Source