I can archive files. Now I need to restore archived data. I can't get it right. can't be that hard.
I zippped file.txt to file.txt.zip.
I wrote this a bunch of ways but thought one of these should work.
put("zip", "file.txt.zip,file.txt")
put("restore", "file.txt.zip,file.txt")
I think this should be easy but my mind is stuck in a loop.
I zippped file.txt to file.txt.zip.
I wrote this a bunch of ways but thought one of these should work.
put("zip", "file.txt.zip,file.txt")
put("restore", "file.txt.zip,file.txt")
I think this should be easy but my mind is stuck in a loop.