{"id":7180,"date":"2026-08-07T18:12:31","date_gmt":"2026-08-07T18:12:31","guid":{"rendered":"https:\/\/www.airexplorer.net\/en\/?p=7180"},"modified":"2026-08-07T18:14:26","modified_gmt":"2026-08-07T18:14:26","slug":"how-to-automate-compressed-uploads-zipupload-to-the-cloud","status":"publish","type":"post","link":"https:\/\/www.airexplorer.net\/en\/how-to-automate-compressed-uploads-zipupload-to-the-cloud\/","title":{"rendered":"How to Automate Compressed Uploads (zipupload) to the Cloud"},"content":{"rendered":"\n<p class=\"wp-block-paragraph\">When managing large volumes of data or thousands of small files, transfer time and cloud storage space can become an issue. Thanks to the <strong>zipupload<\/strong> command in the Air Explorer command line, you can compress your files locally and upload them as a single .zip file automatically. In this article, you will learn how to optimize your backups using this powerful automation tool.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">Why use &#8220;zipupload&#8221; instead of a normal upload?<\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">Using the <code>zipupload<\/code> command via the CLI (Command Line Interface) offers critical advantages for efficiency:<\/p>\n\n\n\n<ul class=\"wp-block-list has-black-color has-text-color has-link-color wp-elements-3570fd8b9326550ef7fe71e058195a83\">\n<li><strong>Space Saving:<\/strong> Compression reduces the total size of data in the cloud.<\/li>\n\n\n\n<li><strong>Transfer Speed:<\/strong> Uploading a single large file (.zip) is much faster than uploading thousands of small files due to lower latency in server requests.<\/li>\n\n\n\n<li><strong>Additional Security:<\/strong> It allows you to protect the compressed file with a password independently of Air Explorer&#8217;s encryption.<\/li>\n<\/ul>\n\n\n\n<figure class=\"wp-block-image size-large\"><img fetchpriority=\"high\" decoding=\"async\" width=\"1024\" height=\"502\" src=\"https:\/\/www.airexplorer.net\/en\/wp-content\/uploads\/sites\/2\/2026\/04\/zip-1024x502.jpg\" alt=\"How to Automate Compressed Uploads (zipupload) to the Cloud\" class=\"wp-image-7224\" srcset=\"https:\/\/www.airexplorer.net\/en\/wp-content\/uploads\/sites\/2\/2026\/04\/zip-1024x502.jpg 1024w, https:\/\/www.airexplorer.net\/en\/wp-content\/uploads\/sites\/2\/2026\/04\/zip-300x147.jpg 300w, https:\/\/www.airexplorer.net\/en\/wp-content\/uploads\/sites\/2\/2026\/04\/zip-768x377.jpg 768w, https:\/\/www.airexplorer.net\/en\/wp-content\/uploads\/sites\/2\/2026\/04\/zip-1536x753.jpg 1536w, https:\/\/www.airexplorer.net\/en\/wp-content\/uploads\/sites\/2\/2026\/04\/zip-2048x1005.jpg 2048w, https:\/\/www.airexplorer.net\/en\/wp-content\/uploads\/sites\/2\/2026\/04\/zip-1920x942.jpg 1920w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" \/><\/figure>\n\n\n\n<div style=\"height:25px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n\n\n<h2 class=\"wp-block-heading\">Step 1: Preliminary Configuration in Air Explorer<\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">To ensure the commands run correctly, make sure you have enabled CLI support in the graphical interface:<\/p>\n\n\n\n<ol class=\"wp-block-list has-black-color has-text-color has-link-color wp-elements-e72ae393644761bf1d4b4c1b798f93f8\">\n<li><strong>Enable CLI Support:<\/strong> Go to the <strong>Options<\/strong> tab, select the <strong>General<\/strong> section, and check the <strong>&#8220;Enable Command Line Support&#8221;<\/strong> box.<\/li>\n\n\n\n<li><strong>Identify the Cloud Alias:<\/strong> Open the <strong>Accounts<\/strong> window. The name that appears on the left (e.g., &#8220;GoogleDrive_Pro&#8221; or &#8220;Backup_S3&#8221;) is the <strong>Alias<\/strong> that we will use.<\/li>\n<\/ol>\n\n\n\n<h2 class=\"wp-block-heading\">Step 2: The &#8220;zipupload&#8221; command and its syntax<\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">The instruction for performing compressed uploads uses the <code>AirExplorerCmd.exe<\/code> executable. The basic structure is:<\/p>\n\n\n\n<p class=\"wp-block-paragraph\"><code>AirExplorerCmd zipupload \"local_path\" \"cloud_alias\" \"destination_path\" [\/zippassword=...] [\/compressionlevel=1|2|3] [\/O | \/R | \/S]<\/code><\/p>\n\n\n\n<h3 class=\"wp-block-heading\">Specific Compression Parameters:<\/h3>\n\n\n\n<ul class=\"wp-block-list has-black-color has-text-color has-link-color wp-elements-46919152f4e6fdf997aa5129916f0842\">\n<li><code>\/zippassword=your_password<\/code>: Sets a password to protect the resulting .zip file.<\/li>\n\n\n\n<li><code>\/compressionlevel=1|2|3<\/code>: Defines the compression level:\n<ul class=\"wp-block-list\">\n<li><code>1<\/code>: <strong>Fast<\/strong> (lower compression, higher speed).<\/li>\n\n\n\n<li><code>2<\/code>: <strong>Normal<\/strong> (standard balance).<\/li>\n\n\n\n<li><code>3<\/code>: <strong>Maximum<\/strong> (higher compression, slower process).<\/li>\n<\/ul>\n<\/li>\n<\/ul>\n\n\n\n<h2 class=\"wp-block-heading\">Step 3: Practical Automation Examples<\/h2>\n\n\n\n<h3 class=\"wp-block-heading\">A. Compressed Log Upload with Maximum Compression<\/h3>\n\n\n\n<p class=\"wp-block-paragraph\">If you want to compress a local logs folder and upload it to OneDrive: <code>AirExplorerCmd zipupload \"C:\\Logs\\App\" \"OneDrive_Backup\" \"OneDrive [air explorer]\/Archive\/Logs\" \/compressionlevel=3 \/O<\/code><\/p>\n\n\n\n<p class=\"wp-block-paragraph\"><strong>PRO Tip:<\/strong> You can get the exact cloud path by <strong>copying it directly from the address bar<\/strong> in Air Explorer.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">B. Password-Protected Backup to Google Drive<\/h3>\n\n\n\n<p class=\"wp-block-paragraph\">To upload a folder of personal documents protected with a password inside the zip: <code>AirExplorerCmd zipupload \"D:\\MyDocuments\" \"MiGoogleDrive\" \"Mi unidad [Air Explorer]\/Backup\" \/zippassword=PrivateKey123<\/code><\/p>\n\n\n\n<h2 class=\"wp-block-heading\">Step 4: Automation with .bat Files<\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">To perform compressed backups without manual intervention, the best approach is to create a script:<\/p>\n\n\n\n<ol class=\"wp-block-list has-black-color has-text-color has-link-color wp-elements-8e5651f849dfb8929e3250619cf1974f\">\n<li>Open Notepad and paste your <code>zipupload<\/code> command.<\/li>\n\n\n\n<li>Save the file with the <strong>.bat<\/strong> extension (e.g., <code>compressed_backup.bat<\/code>).<\/li>\n<\/ol>\n\n\n\n<figure class=\"wp-block-image size-large\"><img decoding=\"async\" width=\"1024\" height=\"612\" src=\"https:\/\/www.airexplorer.net\/en\/wp-content\/uploads\/sites\/2\/2026\/02\/commandline01-1024x612.png\" alt=\"The &quot;zipupload&quot; command in Air Explorer\" class=\"wp-image-6840\" srcset=\"https:\/\/www.airexplorer.net\/en\/wp-content\/uploads\/sites\/2\/2026\/02\/commandline01-1024x612.png 1024w, https:\/\/www.airexplorer.net\/en\/wp-content\/uploads\/sites\/2\/2026\/02\/commandline01-300x179.png 300w, https:\/\/www.airexplorer.net\/en\/wp-content\/uploads\/sites\/2\/2026\/02\/commandline01-768x459.png 768w, https:\/\/www.airexplorer.net\/en\/wp-content\/uploads\/sites\/2\/2026\/02\/commandline01.png 1033w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" \/><\/figure>\n\n\n\n<div style=\"height:25px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n\n\n<h2 class=\"wp-block-heading\">FAQ: Frequently Asked Questions about zipupload<\/h2>\n\n\n\n<p class=\"wp-block-paragraph\"><strong>Can I encrypt the zip file using Air Explorer&#8217;s encryption function?<\/strong> Yes. You can add the <code>\/encrypt<\/code> parameter at the end of the command so that, in addition to being a zip, the file is uploaded under Air Explorer&#8217;s security encryption layer.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\"><strong>What will be the name of the zip file in the cloud?<\/strong> By default, Air Explorer will create a .zip file with the same name as the source folder or file you are uploading.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\"><strong>Can I compress individual files?<\/strong> Yes, if the &#8220;local_path&#8221; points to a specific file, Air Explorer will compress it into a zip before starting the upload.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\"><strong>Is the Pro version required?<\/strong> Yes, command-line functions and the compressed upload engine are exclusive features of the Air Explorer Pro version.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">Conclusion<\/h3>\n\n\n\n<p class=\"wp-block-paragraph\">The <strong>zipupload<\/strong> command is the ultimate tool for those looking to maximize their backup efficiency. By combining compression and automation, you ensure that your data takes up the minimum possible space and is transferred in the shortest time.<\/p>\n\n\n\n<div style=\"height:25px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n\n\n<p class=\"wp-block-paragraph\"><strong>You can check more information here:<\/strong><br><a href=\"https:\/\/www.airexplorer.net\/en\/how-to-automate-cloud-file-listing-with-command-line\/\" data-type=\"link\" data-id=\"https:\/\/www.airexplorer.net\/en\/how-to-automate-cloud-file-listing-with-command-line\/\">-How to Automate Cloud File Listing with Command Line<\/a><br><a href=\"https:\/\/www.airexplorer.net\/en\/how-to-automate-cloud-storage-quota-checks-with-command-line\/\" data-type=\"link\" data-id=\"https:\/\/www.airexplorer.net\/en\/how-to-automate-cloud-storage-quota-checks-with-command-line\/\">-How to Automate Cloud Storage Quota Checks with Command Line<\/a><br><a href=\"https:\/\/www.airexplorer.net\/en\/how-to-automate-cloud-move-files-with-command-line\/\" data-type=\"link\" data-id=\"https:\/\/www.airexplorer.net\/en\/how-to-automate-cloud-move-files-with-command-line\/\">-How to Automate Cloud move files with Command Line<\/a><br><\/p>\n\n\n\n<p class=\"wp-block-paragraph\"><\/p>\n","protected":false},"excerpt":{"rendered":"<p>When managing large volumes of data or thousands of small files, transfer time and cloud storage space can become an issue. Thanks to the zipupload command in the Air Explorer command line, you can compress your files locally and upload them as a single .zip file automatically. In this article, you will learn how to&hellip; <br \/> <a class=\"read-more\" href=\"https:\/\/www.airexplorer.net\/en\/how-to-automate-compressed-uploads-zipupload-to-the-cloud\/\">Read more<\/a><\/p>\n","protected":false},"author":1,"featured_media":7427,"comment_status":"closed","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[4],"tags":[306,344],"class_list":["post-7180","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-manual","tag-command-line-2","tag-zipupload"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v28.2 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>How to Automate Compressed Uploads (zipupload) to the Cloud<\/title>\n<meta name=\"description\" content=\"How to Automate Compressed Uploads (zipupload) to the Cloud\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/www.airexplorer.net\/en\/how-to-automate-compressed-uploads-zipupload-to-the-cloud\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"How to Automate Compressed Uploads (zipupload) to the Cloud\" \/>\n<meta property=\"og:description\" content=\"How to Automate Compressed Uploads (zipupload) to the Cloud\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.airexplorer.net\/en\/how-to-automate-compressed-uploads-zipupload-to-the-cloud\/\" \/>\n<meta property=\"og:site_name\" content=\"Air Explorer\" \/>\n<meta property=\"article:published_time\" content=\"2026-08-07T18:12:31+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2026-08-07T18:14:26+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/www.airexplorer.net\/en\/wp-content\/uploads\/sites\/2\/2026\/08\/1.jpg\" \/>\n\t<meta property=\"og:image:width\" content=\"1920\" \/>\n\t<meta property=\"og:image:height\" content=\"1080\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/jpeg\" \/>\n<meta name=\"author\" content=\"Air Explorer\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Air Explorer\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"4 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\\\/\\\/www.airexplorer.net\\\/en\\\/how-to-automate-compressed-uploads-zipupload-to-the-cloud\\\/#article\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/www.airexplorer.net\\\/en\\\/how-to-automate-compressed-uploads-zipupload-to-the-cloud\\\/\"},\"author\":{\"name\":\"Air Explorer\",\"@id\":\"https:\\\/\\\/www.airexplorer.net\\\/en\\\/#\\\/schema\\\/person\\\/2165af4aa35f7d5cc9002c6fd1913037\"},\"headline\":\"How to Automate Compressed Uploads (zipupload) to the Cloud\",\"datePublished\":\"2026-08-07T18:12:31+00:00\",\"dateModified\":\"2026-08-07T18:14:26+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/www.airexplorer.net\\\/en\\\/how-to-automate-compressed-uploads-zipupload-to-the-cloud\\\/\"},\"wordCount\":575,\"publisher\":{\"@id\":\"https:\\\/\\\/www.airexplorer.net\\\/en\\\/#organization\"},\"image\":{\"@id\":\"https:\\\/\\\/www.airexplorer.net\\\/en\\\/how-to-automate-compressed-uploads-zipupload-to-the-cloud\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/www.airexplorer.net\\\/en\\\/wp-content\\\/uploads\\\/sites\\\/2\\\/2026\\\/08\\\/1.jpg\",\"keywords\":[\"command line\",\"zipupload\"],\"articleSection\":[\"manual\"],\"inLanguage\":\"en-US\"},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/www.airexplorer.net\\\/en\\\/how-to-automate-compressed-uploads-zipupload-to-the-cloud\\\/\",\"url\":\"https:\\\/\\\/www.airexplorer.net\\\/en\\\/how-to-automate-compressed-uploads-zipupload-to-the-cloud\\\/\",\"name\":\"How to Automate Compressed Uploads (zipupload) to the Cloud\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/www.airexplorer.net\\\/en\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/www.airexplorer.net\\\/en\\\/how-to-automate-compressed-uploads-zipupload-to-the-cloud\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/www.airexplorer.net\\\/en\\\/how-to-automate-compressed-uploads-zipupload-to-the-cloud\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/www.airexplorer.net\\\/en\\\/wp-content\\\/uploads\\\/sites\\\/2\\\/2026\\\/08\\\/1.jpg\",\"datePublished\":\"2026-08-07T18:12:31+00:00\",\"dateModified\":\"2026-08-07T18:14:26+00:00\",\"description\":\"How to Automate Compressed Uploads (zipupload) to the Cloud\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/www.airexplorer.net\\\/en\\\/how-to-automate-compressed-uploads-zipupload-to-the-cloud\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/www.airexplorer.net\\\/en\\\/how-to-automate-compressed-uploads-zipupload-to-the-cloud\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/www.airexplorer.net\\\/en\\\/how-to-automate-compressed-uploads-zipupload-to-the-cloud\\\/#primaryimage\",\"url\":\"https:\\\/\\\/www.airexplorer.net\\\/en\\\/wp-content\\\/uploads\\\/sites\\\/2\\\/2026\\\/08\\\/1.jpg\",\"contentUrl\":\"https:\\\/\\\/www.airexplorer.net\\\/en\\\/wp-content\\\/uploads\\\/sites\\\/2\\\/2026\\\/08\\\/1.jpg\",\"width\":1920,\"height\":1080},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/www.airexplorer.net\\\/en\\\/how-to-automate-compressed-uploads-zipupload-to-the-cloud\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/www.airexplorer.net\\\/en\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"How to Automate Compressed Uploads (zipupload) to the Cloud\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/www.airexplorer.net\\\/en\\\/#website\",\"url\":\"https:\\\/\\\/www.airexplorer.net\\\/en\\\/\",\"name\":\"Air Explorer\",\"description\":\"Air Explorer, the multicloud manager\",\"publisher\":{\"@id\":\"https:\\\/\\\/www.airexplorer.net\\\/en\\\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/www.airexplorer.net\\\/en\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/www.airexplorer.net\\\/en\\\/#organization\",\"name\":\"Air Explorer\",\"url\":\"https:\\\/\\\/www.airexplorer.net\\\/en\\\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/www.airexplorer.net\\\/en\\\/#\\\/schema\\\/logo\\\/image\\\/\",\"url\":\"https:\\\/\\\/www.airexplorer.net\\\/en\\\/wp-content\\\/uploads\\\/sites\\\/2\\\/2019\\\/10\\\/cropped-cloud512.png\",\"contentUrl\":\"https:\\\/\\\/www.airexplorer.net\\\/en\\\/wp-content\\\/uploads\\\/sites\\\/2\\\/2019\\\/10\\\/cropped-cloud512.png\",\"width\":512,\"height\":512,\"caption\":\"Air Explorer\"},\"image\":{\"@id\":\"https:\\\/\\\/www.airexplorer.net\\\/en\\\/#\\\/schema\\\/logo\\\/image\\\/\"}},{\"@type\":\"Person\",\"@id\":\"https:\\\/\\\/www.airexplorer.net\\\/en\\\/#\\\/schema\\\/person\\\/2165af4aa35f7d5cc9002c6fd1913037\",\"name\":\"Air Explorer\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/f5bcf1b2af71b0be30fd8b47a33696bc30b34b314cd7f289ec76129a626f80d3?s=96&d=mm&r=g\",\"url\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/f5bcf1b2af71b0be30fd8b47a33696bc30b34b314cd7f289ec76129a626f80d3?s=96&d=mm&r=g\",\"contentUrl\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/f5bcf1b2af71b0be30fd8b47a33696bc30b34b314cd7f289ec76129a626f80d3?s=96&d=mm&r=g\",\"caption\":\"Air Explorer\"},\"url\":\"https:\\\/\\\/www.airexplorer.net\\\/en\\\/author\\\/airexploreradmin\\\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"How to Automate Compressed Uploads (zipupload) to the Cloud","description":"How to Automate Compressed Uploads (zipupload) to the Cloud","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/www.airexplorer.net\/en\/how-to-automate-compressed-uploads-zipupload-to-the-cloud\/","og_locale":"en_US","og_type":"article","og_title":"How to Automate Compressed Uploads (zipupload) to the Cloud","og_description":"How to Automate Compressed Uploads (zipupload) to the Cloud","og_url":"https:\/\/www.airexplorer.net\/en\/how-to-automate-compressed-uploads-zipupload-to-the-cloud\/","og_site_name":"Air Explorer","article_published_time":"2026-08-07T18:12:31+00:00","article_modified_time":"2026-08-07T18:14:26+00:00","og_image":[{"width":1920,"height":1080,"url":"https:\/\/www.airexplorer.net\/en\/wp-content\/uploads\/sites\/2\/2026\/08\/1.jpg","type":"image\/jpeg"}],"author":"Air Explorer","twitter_card":"summary_large_image","twitter_misc":{"Written by":"Air Explorer","Est. reading time":"4 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/www.airexplorer.net\/en\/how-to-automate-compressed-uploads-zipupload-to-the-cloud\/#article","isPartOf":{"@id":"https:\/\/www.airexplorer.net\/en\/how-to-automate-compressed-uploads-zipupload-to-the-cloud\/"},"author":{"name":"Air Explorer","@id":"https:\/\/www.airexplorer.net\/en\/#\/schema\/person\/2165af4aa35f7d5cc9002c6fd1913037"},"headline":"How to Automate Compressed Uploads (zipupload) to the Cloud","datePublished":"2026-08-07T18:12:31+00:00","dateModified":"2026-08-07T18:14:26+00:00","mainEntityOfPage":{"@id":"https:\/\/www.airexplorer.net\/en\/how-to-automate-compressed-uploads-zipupload-to-the-cloud\/"},"wordCount":575,"publisher":{"@id":"https:\/\/www.airexplorer.net\/en\/#organization"},"image":{"@id":"https:\/\/www.airexplorer.net\/en\/how-to-automate-compressed-uploads-zipupload-to-the-cloud\/#primaryimage"},"thumbnailUrl":"https:\/\/www.airexplorer.net\/en\/wp-content\/uploads\/sites\/2\/2026\/08\/1.jpg","keywords":["command line","zipupload"],"articleSection":["manual"],"inLanguage":"en-US"},{"@type":"WebPage","@id":"https:\/\/www.airexplorer.net\/en\/how-to-automate-compressed-uploads-zipupload-to-the-cloud\/","url":"https:\/\/www.airexplorer.net\/en\/how-to-automate-compressed-uploads-zipupload-to-the-cloud\/","name":"How to Automate Compressed Uploads (zipupload) to the Cloud","isPartOf":{"@id":"https:\/\/www.airexplorer.net\/en\/#website"},"primaryImageOfPage":{"@id":"https:\/\/www.airexplorer.net\/en\/how-to-automate-compressed-uploads-zipupload-to-the-cloud\/#primaryimage"},"image":{"@id":"https:\/\/www.airexplorer.net\/en\/how-to-automate-compressed-uploads-zipupload-to-the-cloud\/#primaryimage"},"thumbnailUrl":"https:\/\/www.airexplorer.net\/en\/wp-content\/uploads\/sites\/2\/2026\/08\/1.jpg","datePublished":"2026-08-07T18:12:31+00:00","dateModified":"2026-08-07T18:14:26+00:00","description":"How to Automate Compressed Uploads (zipupload) to the Cloud","breadcrumb":{"@id":"https:\/\/www.airexplorer.net\/en\/how-to-automate-compressed-uploads-zipupload-to-the-cloud\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.airexplorer.net\/en\/how-to-automate-compressed-uploads-zipupload-to-the-cloud\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.airexplorer.net\/en\/how-to-automate-compressed-uploads-zipupload-to-the-cloud\/#primaryimage","url":"https:\/\/www.airexplorer.net\/en\/wp-content\/uploads\/sites\/2\/2026\/08\/1.jpg","contentUrl":"https:\/\/www.airexplorer.net\/en\/wp-content\/uploads\/sites\/2\/2026\/08\/1.jpg","width":1920,"height":1080},{"@type":"BreadcrumbList","@id":"https:\/\/www.airexplorer.net\/en\/how-to-automate-compressed-uploads-zipupload-to-the-cloud\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/www.airexplorer.net\/en\/"},{"@type":"ListItem","position":2,"name":"How to Automate Compressed Uploads (zipupload) to the Cloud"}]},{"@type":"WebSite","@id":"https:\/\/www.airexplorer.net\/en\/#website","url":"https:\/\/www.airexplorer.net\/en\/","name":"Air Explorer","description":"Air Explorer, the multicloud manager","publisher":{"@id":"https:\/\/www.airexplorer.net\/en\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/www.airexplorer.net\/en\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/www.airexplorer.net\/en\/#organization","name":"Air Explorer","url":"https:\/\/www.airexplorer.net\/en\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.airexplorer.net\/en\/#\/schema\/logo\/image\/","url":"https:\/\/www.airexplorer.net\/en\/wp-content\/uploads\/sites\/2\/2019\/10\/cropped-cloud512.png","contentUrl":"https:\/\/www.airexplorer.net\/en\/wp-content\/uploads\/sites\/2\/2019\/10\/cropped-cloud512.png","width":512,"height":512,"caption":"Air Explorer"},"image":{"@id":"https:\/\/www.airexplorer.net\/en\/#\/schema\/logo\/image\/"}},{"@type":"Person","@id":"https:\/\/www.airexplorer.net\/en\/#\/schema\/person\/2165af4aa35f7d5cc9002c6fd1913037","name":"Air Explorer","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/secure.gravatar.com\/avatar\/f5bcf1b2af71b0be30fd8b47a33696bc30b34b314cd7f289ec76129a626f80d3?s=96&d=mm&r=g","url":"https:\/\/secure.gravatar.com\/avatar\/f5bcf1b2af71b0be30fd8b47a33696bc30b34b314cd7f289ec76129a626f80d3?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/f5bcf1b2af71b0be30fd8b47a33696bc30b34b314cd7f289ec76129a626f80d3?s=96&d=mm&r=g","caption":"Air Explorer"},"url":"https:\/\/www.airexplorer.net\/en\/author\/airexploreradmin\/"}]}},"_links":{"self":[{"href":"https:\/\/www.airexplorer.net\/en\/wp-json\/wp\/v2\/posts\/7180","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.airexplorer.net\/en\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.airexplorer.net\/en\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.airexplorer.net\/en\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/www.airexplorer.net\/en\/wp-json\/wp\/v2\/comments?post=7180"}],"version-history":[{"count":5,"href":"https:\/\/www.airexplorer.net\/en\/wp-json\/wp\/v2\/posts\/7180\/revisions"}],"predecessor-version":[{"id":7429,"href":"https:\/\/www.airexplorer.net\/en\/wp-json\/wp\/v2\/posts\/7180\/revisions\/7429"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/www.airexplorer.net\/en\/wp-json\/wp\/v2\/media\/7427"}],"wp:attachment":[{"href":"https:\/\/www.airexplorer.net\/en\/wp-json\/wp\/v2\/media?parent=7180"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.airexplorer.net\/en\/wp-json\/wp\/v2\/categories?post=7180"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.airexplorer.net\/en\/wp-json\/wp\/v2\/tags?post=7180"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}