mirror of
https://github.com/robweber/xbmcbackup.git
synced 2025-12-15 05:26:29 +01:00
will copy zip file from remote to dest
This commit is contained in:
@@ -62,6 +62,7 @@ class XBMCFileSystem(Vfs):
|
||||
return xbmcvfs.mkdir(directory)
|
||||
|
||||
def put(self,source,dest):
|
||||
utils.log(source + ":" + dest)
|
||||
return xbmcvfs.copy(source,dest)
|
||||
|
||||
def rmdir(self,directory):
|
||||
@@ -80,7 +81,6 @@ class ZipFileSystem(Vfs):
|
||||
self.root_path = ""
|
||||
self.zip = zipfile.ZipFile(rootString,mode=mode)
|
||||
|
||||
|
||||
def listdir(self,directory):
|
||||
return True
|
||||
|
||||
|
||||
Reference in New Issue
Block a user