{"id":7168,"date":"2026-07-11T12:21:52","date_gmt":"2026-07-11T12:21:52","guid":{"rendered":"https:\/\/www.airexplorer.net\/en\/?p=7168"},"modified":"2026-07-11T12:21:53","modified_gmt":"2026-07-11T12:21:53","slug":"how-to-automate-cloud-move-files-with-command-line","status":"publish","type":"post","link":"https:\/\/www.airexplorer.net\/en\/how-to-automate-cloud-move-files-with-command-line\/","title":{"rendered":"How to Automate Cloud move files with Command Line"},"content":{"rendered":"\n<p class=\"wp-block-paragraph\">Organizing your files in the cloud often involves moving large amounts of data from one folder to another. Doing this manually can be slow and prone to errors. Thanks to <a href=\"https:\/\/www.airexplorer.net\" type=\"link\" id=\"https:\/\/www.airexplorer.net\">Air Explorer&#8217;s command line<\/a>, you can automate the movement of files and folders within the same cloud server. In this article, you will learn how to use the <strong>move<\/strong> command to manage your storage professionally and efficiently.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">Why Use the Command Line to Move Files?<\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">The <code>move<\/code> command in the CLI (Command Line Interface) is one of the most useful functions for maintaining file structures for several reasons:<\/p>\n\n\n\n<ul class=\"wp-block-list has-black-color has-text-color has-link-color wp-elements-c0014514844dfafdd505f3168cadb2f8\">\n<li><strong>Server-side Movement:<\/strong> The operation is requested directly from the cloud, so the files do not pass through your computer. This saves time and does not consume your internet connection&#8217;s bandwidth.<\/li>\n\n\n\n<li><strong>Automatic Cleanup:<\/strong> Ideal for moving processed files to a &#8220;History&#8221; or &#8220;Finished&#8221; folder unattended.<\/li>\n\n\n\n<li><strong>Conflict Management:<\/strong> Includes parameters to decide what to do if the file already exists at the destination (overwrite, rename, or skip).<\/li>\n<\/ul>\n\n\n\n<figure class=\"wp-block-image size-large\"><img fetchpriority=\"high\" 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;move&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\">Step 1: Preliminary Configuration in Air Explorer<\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">For the command line to work correctly, you must first perform these checks 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-c56a559ac3ad67f482c8ff94b9200a50\">\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 to the left of your cloud icon (e.g., &#8220;MyGoogleDrive&#8221; or &#8220;Dropbox_Personal&#8221;) is the <strong>Alias<\/strong> we will use.<\/li>\n<\/ol>\n\n\n\n<h2 class=\"wp-block-heading\">Step 2: The &#8220;move&#8221; Command and Its Syntax<\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">The instruction for moving items uses the <code>AirExplorerCmd.exe<\/code> executable. The basic structure is as follows:<\/p>\n\n\n\n<p class=\"wp-block-paragraph\"><code>AirExplorerCmd move \"cloud_alias\" \"source_path\" \"destination_path\" [\/O | \/R | \/S]<\/code><\/p>\n\n\n\n<h3 class=\"wp-block-heading\">Parameters for Controlling Existing Files<\/h3>\n\n\n\n<p class=\"wp-block-paragraph\">When automating movements, you can add these modifiers to manage duplicate files:<\/p>\n\n\n\n<ul class=\"wp-block-list has-black-color has-text-color has-link-color wp-elements-ba6d15c9deb987d2319cb7faf6f7fab3\">\n<li><code>\/O<\/code>: <strong>Overwrite<\/strong> the file if it already exists at the destination (default option).<\/li>\n\n\n\n<li><code>\/R<\/code>: <strong>Rename<\/strong> the file being moved if one with the same name already exists.<\/li>\n\n\n\n<li><code>\/S<\/code>: <strong>Skip<\/strong> the movement if the file is already in the destination folder.<\/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. Moving a Project Folder in OneDrive<\/h3>\n\n\n\n<p class=\"wp-block-paragraph\">If you want to move your &#8220;Completed_Projects&#8221; folder to an archive folder within OneDrive: <code>AirExplorerCmd move \"OneDrive_Work\" \"OneDrive [air explorer]\/Projects\/Completed_Projects\" \"\/Archive\/2024\" \/S<\/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 while browsing your files.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">B. Moving Specific Files in Mega<\/h3>\n\n\n\n<p class=\"wp-block-paragraph\">To move a report file to a monthly subfolder: <code>AirExplorerCmd move \"My_Mega\" \"Mega [contact@airexplorer.net]\/Reports\/april_report.pdf\" \"\/Reports\/Monthly\" \/O<\/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 automate recurring movements, the most effective way is to create an executable script:<\/p>\n\n\n\n<ol class=\"wp-block-list has-black-color has-text-color has-link-color wp-elements-0726b87762a8af6b85f9b1718404052b\">\n<li>Open Notepad and type your move command.<\/li>\n\n\n\n<li>Save the file with the <strong>.bat<\/strong> extension (e.g., <code>organize_cloud.bat<\/code>).<\/li>\n\n\n\n<li>You can run it by <strong>double-clicking<\/strong> the file to run.<\/li>\n<\/ol>\n\n\n\n<figure class=\"wp-block-image size-large\"><img decoding=\"async\" width=\"1024\" height=\"408\" src=\"https:\/\/www.airexplorer.net\/en\/wp-content\/uploads\/sites\/2\/2026\/04\/move-1024x408.jpg\" alt=\"How to Automate Cloud move files with Command Line\" class=\"wp-image-7229\" srcset=\"https:\/\/www.airexplorer.net\/en\/wp-content\/uploads\/sites\/2\/2026\/04\/move-1024x408.jpg 1024w, https:\/\/www.airexplorer.net\/en\/wp-content\/uploads\/sites\/2\/2026\/04\/move-300x120.jpg 300w, https:\/\/www.airexplorer.net\/en\/wp-content\/uploads\/sites\/2\/2026\/04\/move-768x306.jpg 768w, https:\/\/www.airexplorer.net\/en\/wp-content\/uploads\/sites\/2\/2026\/04\/move.jpg 1500w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" \/><\/figure>\n\n\n\n<h2 class=\"wp-block-heading\">FAQ: Frequently Asked Questions about the Move Command<\/h2>\n\n\n\n<p class=\"wp-block-paragraph\"><strong>What is the difference between &#8220;copy&#8221; and &#8220;move&#8221;?<\/strong> The <code>copy<\/code> command creates a replica of the file at the destination while keeping the original. The <code>move<\/code> command transfers the file to the destination and deletes it from the source location.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\"><strong>Can I move files between different clouds with this command?<\/strong> No, the <code>move<\/code> command is designed for movements within the same cloud account. To move files between different providers, you must use the <code>transfer<\/code> command.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\"><strong>What happens if the destination folder does not exist?<\/strong> Air Explorer is smart: if the destination path is not found in the cloud, the program will automatically create it before moving the file or folder.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\"><strong>Is the Pro version required?<\/strong> Yes, access to advanced command line functions is an exclusive feature for Air Explorer Pro version users.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">Conclusion<\/h3>\n\n\n\n<p class=\"wp-block-paragraph\">Automating file movement with Air Explorer is the ideal solution for professional workflows. By running directly on the server, you save resources and ensure your cloud storage is always perfectly organized without manual effort.<\/p>\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-folder-creation-with-command-line\/\" type=\"link\" id=\"https:\/\/www.airexplorer.net\/en\/how-to-automate-cloud-folder-creation-with-command-line\/\">-How to Automate Cloud Folder Creation with Command Line<\/a><br><a href=\"https:\/\/www.airexplorer.net\/en\/how-to-automate-cloud-file-renaming-with-command-line\/\" type=\"link\" id=\"https:\/\/www.airexplorer.net\/en\/how-to-automate-cloud-file-renaming-with-command-line\/\">-How to Automate Cloud File Renaming with Command Line<\/a><br><a href=\"https:\/\/www.airexplorer.net\/en\/how-to-automate-cloud-file-transfer-with-command-line\/\" type=\"link\" id=\"https:\/\/www.airexplorer.net\/en\/how-to-automate-cloud-file-transfer-with-command-line\/\">-How to Automate Cloud File Transfer with Command Line<\/a><br><\/p>\n\n\n\n<p class=\"wp-block-paragraph\"><\/p>\n","protected":false},"excerpt":{"rendered":"<p>Organizing your files in the cloud often involves moving large amounts of data from one folder to another. Doing this manually can be slow and prone to errors. Thanks to Air Explorer&#8217;s command line, you can automate the movement of files and folders within the same cloud server. In this article, you will learn how&hellip; <br \/> <a class=\"read-more\" href=\"https:\/\/www.airexplorer.net\/en\/how-to-automate-cloud-move-files-with-command-line\/\">Read more<\/a><\/p>\n","protected":false},"author":1,"featured_media":7314,"comment_status":"closed","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[4],"tags":[306,101],"class_list":["post-7168","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-manual","tag-command-line-2","tag-move"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v28.0 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>How to Automate Cloud move files with Command Line<\/title>\n<meta name=\"description\" content=\"How to Automate Cloud move files with Command Line\" \/>\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-cloud-move-files-with-command-line\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"How to Automate Cloud move files with Command Line\" \/>\n<meta property=\"og:description\" content=\"How to Automate Cloud move files with Command Line\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.airexplorer.net\/en\/how-to-automate-cloud-move-files-with-command-line\/\" \/>\n<meta property=\"og:site_name\" content=\"Air Explorer\" \/>\n<meta property=\"article:published_time\" content=\"2026-07-11T12:21:52+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2026-07-11T12:21:53+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/www.airexplorer.net\/en\/wp-content\/uploads\/sites\/2\/2026\/06\/1-2.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-cloud-move-files-with-command-line\\\/#article\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/www.airexplorer.net\\\/en\\\/how-to-automate-cloud-move-files-with-command-line\\\/\"},\"author\":{\"name\":\"Air Explorer\",\"@id\":\"https:\\\/\\\/www.airexplorer.net\\\/en\\\/#\\\/schema\\\/person\\\/2165af4aa35f7d5cc9002c6fd1913037\"},\"headline\":\"How to Automate Cloud move files with Command Line\",\"datePublished\":\"2026-07-11T12:21:52+00:00\",\"dateModified\":\"2026-07-11T12:21:53+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/www.airexplorer.net\\\/en\\\/how-to-automate-cloud-move-files-with-command-line\\\/\"},\"wordCount\":636,\"publisher\":{\"@id\":\"https:\\\/\\\/www.airexplorer.net\\\/en\\\/#organization\"},\"image\":{\"@id\":\"https:\\\/\\\/www.airexplorer.net\\\/en\\\/how-to-automate-cloud-move-files-with-command-line\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/www.airexplorer.net\\\/en\\\/wp-content\\\/uploads\\\/sites\\\/2\\\/2026\\\/06\\\/1-2.jpg\",\"keywords\":[\"command line\",\"move\"],\"articleSection\":[\"manual\"],\"inLanguage\":\"en-US\"},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/www.airexplorer.net\\\/en\\\/how-to-automate-cloud-move-files-with-command-line\\\/\",\"url\":\"https:\\\/\\\/www.airexplorer.net\\\/en\\\/how-to-automate-cloud-move-files-with-command-line\\\/\",\"name\":\"How to Automate Cloud move files with Command Line\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/www.airexplorer.net\\\/en\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/www.airexplorer.net\\\/en\\\/how-to-automate-cloud-move-files-with-command-line\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/www.airexplorer.net\\\/en\\\/how-to-automate-cloud-move-files-with-command-line\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/www.airexplorer.net\\\/en\\\/wp-content\\\/uploads\\\/sites\\\/2\\\/2026\\\/06\\\/1-2.jpg\",\"datePublished\":\"2026-07-11T12:21:52+00:00\",\"dateModified\":\"2026-07-11T12:21:53+00:00\",\"description\":\"How to Automate Cloud move files with Command Line\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/www.airexplorer.net\\\/en\\\/how-to-automate-cloud-move-files-with-command-line\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/www.airexplorer.net\\\/en\\\/how-to-automate-cloud-move-files-with-command-line\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/www.airexplorer.net\\\/en\\\/how-to-automate-cloud-move-files-with-command-line\\\/#primaryimage\",\"url\":\"https:\\\/\\\/www.airexplorer.net\\\/en\\\/wp-content\\\/uploads\\\/sites\\\/2\\\/2026\\\/06\\\/1-2.jpg\",\"contentUrl\":\"https:\\\/\\\/www.airexplorer.net\\\/en\\\/wp-content\\\/uploads\\\/sites\\\/2\\\/2026\\\/06\\\/1-2.jpg\",\"width\":1920,\"height\":1080},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/www.airexplorer.net\\\/en\\\/how-to-automate-cloud-move-files-with-command-line\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/www.airexplorer.net\\\/en\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"How to Automate Cloud move files with Command Line\"}]},{\"@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 Cloud move files with Command Line","description":"How to Automate Cloud move files with Command Line","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-cloud-move-files-with-command-line\/","og_locale":"en_US","og_type":"article","og_title":"How to Automate Cloud move files with Command Line","og_description":"How to Automate Cloud move files with Command Line","og_url":"https:\/\/www.airexplorer.net\/en\/how-to-automate-cloud-move-files-with-command-line\/","og_site_name":"Air Explorer","article_published_time":"2026-07-11T12:21:52+00:00","article_modified_time":"2026-07-11T12:21:53+00:00","og_image":[{"width":1920,"height":1080,"url":"https:\/\/www.airexplorer.net\/en\/wp-content\/uploads\/sites\/2\/2026\/06\/1-2.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-cloud-move-files-with-command-line\/#article","isPartOf":{"@id":"https:\/\/www.airexplorer.net\/en\/how-to-automate-cloud-move-files-with-command-line\/"},"author":{"name":"Air Explorer","@id":"https:\/\/www.airexplorer.net\/en\/#\/schema\/person\/2165af4aa35f7d5cc9002c6fd1913037"},"headline":"How to Automate Cloud move files with Command Line","datePublished":"2026-07-11T12:21:52+00:00","dateModified":"2026-07-11T12:21:53+00:00","mainEntityOfPage":{"@id":"https:\/\/www.airexplorer.net\/en\/how-to-automate-cloud-move-files-with-command-line\/"},"wordCount":636,"publisher":{"@id":"https:\/\/www.airexplorer.net\/en\/#organization"},"image":{"@id":"https:\/\/www.airexplorer.net\/en\/how-to-automate-cloud-move-files-with-command-line\/#primaryimage"},"thumbnailUrl":"https:\/\/www.airexplorer.net\/en\/wp-content\/uploads\/sites\/2\/2026\/06\/1-2.jpg","keywords":["command line","move"],"articleSection":["manual"],"inLanguage":"en-US"},{"@type":"WebPage","@id":"https:\/\/www.airexplorer.net\/en\/how-to-automate-cloud-move-files-with-command-line\/","url":"https:\/\/www.airexplorer.net\/en\/how-to-automate-cloud-move-files-with-command-line\/","name":"How to Automate Cloud move files with Command Line","isPartOf":{"@id":"https:\/\/www.airexplorer.net\/en\/#website"},"primaryImageOfPage":{"@id":"https:\/\/www.airexplorer.net\/en\/how-to-automate-cloud-move-files-with-command-line\/#primaryimage"},"image":{"@id":"https:\/\/www.airexplorer.net\/en\/how-to-automate-cloud-move-files-with-command-line\/#primaryimage"},"thumbnailUrl":"https:\/\/www.airexplorer.net\/en\/wp-content\/uploads\/sites\/2\/2026\/06\/1-2.jpg","datePublished":"2026-07-11T12:21:52+00:00","dateModified":"2026-07-11T12:21:53+00:00","description":"How to Automate Cloud move files with Command Line","breadcrumb":{"@id":"https:\/\/www.airexplorer.net\/en\/how-to-automate-cloud-move-files-with-command-line\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.airexplorer.net\/en\/how-to-automate-cloud-move-files-with-command-line\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.airexplorer.net\/en\/how-to-automate-cloud-move-files-with-command-line\/#primaryimage","url":"https:\/\/www.airexplorer.net\/en\/wp-content\/uploads\/sites\/2\/2026\/06\/1-2.jpg","contentUrl":"https:\/\/www.airexplorer.net\/en\/wp-content\/uploads\/sites\/2\/2026\/06\/1-2.jpg","width":1920,"height":1080},{"@type":"BreadcrumbList","@id":"https:\/\/www.airexplorer.net\/en\/how-to-automate-cloud-move-files-with-command-line\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/www.airexplorer.net\/en\/"},{"@type":"ListItem","position":2,"name":"How to Automate Cloud move files with Command Line"}]},{"@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\/7168","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=7168"}],"version-history":[{"count":6,"href":"https:\/\/www.airexplorer.net\/en\/wp-json\/wp\/v2\/posts\/7168\/revisions"}],"predecessor-version":[{"id":7313,"href":"https:\/\/www.airexplorer.net\/en\/wp-json\/wp\/v2\/posts\/7168\/revisions\/7313"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/www.airexplorer.net\/en\/wp-json\/wp\/v2\/media\/7314"}],"wp:attachment":[{"href":"https:\/\/www.airexplorer.net\/en\/wp-json\/wp\/v2\/media?parent=7168"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.airexplorer.net\/en\/wp-json\/wp\/v2\/categories?post=7168"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.airexplorer.net\/en\/wp-json\/wp\/v2\/tags?post=7168"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}