add delete_file,get_file_content,put_file_content

This commit is contained in:
2019-12-07 00:54:43 +08:00
parent 46c1a37d99
commit 25ad3ca457
2 changed files with 23 additions and 3 deletions

View File

@@ -31,7 +31,7 @@ fn main() -> XResult<()> {
println!("Hello, world!");
println!("{}", SystemTime::now().duration_since(SystemTime::UNIX_EPOCH).unwrap().as_secs());
zip_util::zip_file("hello.txt", "aa.zip")?;
// zip_util::zip_file("hello.txt", "aa.zip")?;
// let openpgp_client = OpenPGPTool::from_file("sample.gpg")?;
// openpgp_client.encrypt_file("a", "b.asc", true)?;