Implemented upload and downloading in daemon, api server and frontend
This commit is contained in:
@@ -53,8 +53,8 @@ public class ServerFileSystemProvider : IFileSystemProvider
|
||||
await FileSystemService.Mkdir(ServerId, path);
|
||||
}
|
||||
|
||||
public Task<Stream> Read(string path)
|
||||
public async Task<Stream> Read(string path)
|
||||
{
|
||||
throw new NotImplementedException();
|
||||
return await FileSystemService.Download(ServerId, path);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user