{"id":7171,"date":"2026-07-23T08:53:14","date_gmt":"2026-07-23T08:53:14","guid":{"rendered":"https:\/\/www.airexplorer.net\/en\/?p=7171"},"modified":"2026-07-23T08:57:17","modified_gmt":"2026-07-23T08:57:17","slug":"how-to-automate-cloud-file-listing-with-command-line","status":"publish","type":"post","link":"https:\/\/www.airexplorer.net\/en\/how-to-automate-cloud-file-listing-with-command-line\/","title":{"rendered":"How to Automate Cloud File Listing with Command Line"},"content":{"rendered":"\n<p class=\"wp-block-paragraph\">Keeping thorough control over files stored in the cloud is vital for data management and auditing. However, manually checking folders across multiple accounts can be a waste of time. Thanks to <a href=\"https:\/\/www.airexplorer.net\/en\/manage-files-in-the-clouds-with-command-line\/\" data-type=\"link\" data-id=\"https:\/\/www.airexplorer.net\/en\/manage-files-in-the-clouds-with-command-line\/\">Air Explorer&#8217;s command line<\/a>, you can automate the listing of files and folders. In this article, you will learn how to use the <strong>dir<\/strong> command to generate inventories of your digital assets professionally and efficiently.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">Why Use the Command Line to List Files?<\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">The <code>dir<\/code> command in Air Explorer&#8217;s CLI (Command Line Interface) is an essential tool for system administration:<\/p>\n\n\n\n<ul class=\"wp-block-list has-black-color has-text-color has-link-color wp-elements-13d7b2c9271e70f7ea8d6fe25596f4f2\">\n<li><strong>Quick Audit:<\/strong> Get a complete list of files in seconds without waiting for the visual interface to load.<\/li>\n\n\n\n<li><strong>Report Generation:<\/strong> You can output the command results to a text file to maintain a historical record of your clouds.<\/li>\n\n\n\n<li><strong>Technical Search:<\/strong> It allows you to view file IDs, which is fundamental for developers or advanced integrations.<\/li>\n<\/ul>\n\n\n\n<figure class=\"wp-block-image size-large\"><img fetchpriority=\"high\" decoding=\"async\" width=\"1024\" height=\"513\" src=\"https:\/\/www.airexplorer.net\/en\/wp-content\/uploads\/sites\/2\/2026\/04\/dir-1024x513.jpg\" alt=\"How to Automate Cloud File Listing with Command Line\" class=\"wp-image-7257\" srcset=\"https:\/\/www.airexplorer.net\/en\/wp-content\/uploads\/sites\/2\/2026\/04\/dir-1024x513.jpg 1024w, https:\/\/www.airexplorer.net\/en\/wp-content\/uploads\/sites\/2\/2026\/04\/dir-300x150.jpg 300w, https:\/\/www.airexplorer.net\/en\/wp-content\/uploads\/sites\/2\/2026\/04\/dir-768x385.jpg 768w, https:\/\/www.airexplorer.net\/en\/wp-content\/uploads\/sites\/2\/2026\/04\/dir.jpg 1376w\" 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\">Before running the command, make sure to perform these steps 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-bcda0491a93d11751e9efdf71ee04bb2\">\n<li><strong>Enable CLI Support:<\/strong> Go to the <strong>Options<\/strong> tab, enter 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_Backup&#8221; or &#8220;Dropbox_Pro&#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;dir&#8221; Command and Its Syntax<\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">The instruction for listing items uses the <code>AirExplorerCmd.exe<\/code> executable. The basic structure is:<\/p>\n\n\n\n<p class=\"wp-block-paragraph\"><code>AirExplorerCmd dir \"cloud_alias\" \"cloud_path\" [\/s] [\/id] [\/d] [\/t]<\/code><\/p>\n\n\n\n<h3 class=\"wp-block-heading\">Optional Parameters (Modifiers)<\/h3>\n\n\n\n<p class=\"wp-block-paragraph\">You can customize the listing with these modifiers:<\/p>\n\n\n\n<ul class=\"wp-block-list has-black-color has-text-color has-link-color wp-elements-b39be6f87f2f75e6473ee769b792deed\">\n<li><code>\/s<\/code>: Also shows the content of all <strong>subfolders<\/strong> recursively.<\/li>\n\n\n\n<li><code>\/id<\/code>: Shows the <strong>unique ID<\/strong> of each file and folder (useful for ID-based clouds like Google Drive).<\/li>\n\n\n\n<li><code>\/d<\/code>: Shows <strong>directories only<\/strong> (folders), ignoring individual files.<\/li>\n\n\n\n<li><code>\/t<\/code>: Uses the <strong>tab<\/strong> character as a field separator, ideal for importing the list into Excel.<\/li>\n<\/ul>\n\n\n\n<h2 class=\"wp-block-heading\">Step 3: Practical Usage Examples<\/h2>\n\n\n\n<h3 class=\"wp-block-heading\">A. Listing the Content of a OneDrive Folder<\/h3>\n\n\n\n<p class=\"wp-block-paragraph\">If you want to see what files are in the &#8220;Projects&#8221; folder: <code>AirExplorerCmd dir \"OneDrive_Alias\" \"OneDrive [air explorer]\/Documents\/Projects\"<\/code><\/p>\n\n\n\n<p class=\"wp-block-paragraph\"><strong>PRO Tip:<\/strong> You can get the exact path of any folder by <strong>copying it directly from the address bar<\/strong> in Air Explorer while browsing.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">B. Complete Inventory of a Mega Account with IDs<\/h3>\n\n\n\n<p class=\"wp-block-paragraph\">To get a recursive listing of your entire Mega account, including file identifiers: <code>AirExplorerCmd dir \"My_Mega\" \"Mega [contact@airexplorer.net]\/\" \/s \/id<\/code><\/p>\n\n\n\n<h2 class=\"wp-block-heading\">Step 4: Save the Listing to a Text File<\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">The most useful part of this command is saving the output to review later. In Windows, you can do this by adding <code>&gt; list.txt<\/code> at the end:<\/p>\n\n\n\n<ol class=\"wp-block-list has-black-color has-text-color has-link-color wp-elements-d41bb0cff50bf90a8dd236817f62dc39\">\n<li>Open the console or create a <strong>.bat<\/strong> file.<\/li>\n\n\n\n<li>Type the command: <code>AirExplorerCmd dir \"Dropbox\" \"\/\" \/s &gt; C:\\Reports\\my_cloud.txt<\/code><\/li>\n\n\n\n<li>When run, a text file will be created with the entire inventory of your cloud.<\/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;dir&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 the Dir Command<\/h2>\n\n\n\n<p class=\"wp-block-paragraph\"><strong>Can I see the size of the files in the list?<\/strong> Yes, the <code>dir<\/code> command shows the size and last modification date of each listed item by default.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\"><strong>Does it work with FTP or WebDAV servers?<\/strong> Absolutely. The <code>dir<\/code> command works with any of the more than 50 services compatible with Air Explorer.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\"><strong>How can I export the list to Excel?<\/strong> We recommend using the <code>\/t<\/code> parameter. Once the text file is generated, you can open it in Excel, and it will automatically separate into columns thanks to the tab separator.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\"><strong>Is the Pro version required?<\/strong> Yes, command line functions are advanced tools integrated exclusively into 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\">Automating file listing with Air Explorer is the fastest way to audit your cloud data. Whether for generating monthly reports or verifying your folder structure after a migration, the <code>dir<\/code> command offers total visibility of your storage with just one line of code.<\/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-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><a href=\"https:\/\/www.airexplorer.net\/en\/how-to-automate-cloud-folder-creation-with-command-line\/\" data-type=\"link\" data-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><\/p>\n\n\n\n<p class=\"wp-block-paragraph\"><\/p>\n","protected":false},"excerpt":{"rendered":"<p>Keeping thorough control over files stored in the cloud is vital for data management and auditing. However, manually checking folders across multiple accounts can be a waste of time. Thanks to Air Explorer&#8217;s command line, you can automate the listing of files and folders. In this article, you will learn how to use the dir&hellip; <br \/> <a class=\"read-more\" href=\"https:\/\/www.airexplorer.net\/en\/how-to-automate-cloud-file-listing-with-command-line\/\">Read more<\/a><\/p>\n","protected":false},"author":1,"featured_media":7362,"comment_status":"closed","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[4],"tags":[306,343],"class_list":["post-7171","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-manual","tag-command-line-2","tag-dir"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v28.1 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>How to Automate Cloud File Listing with Command Line<\/title>\n<meta name=\"description\" content=\"How to Automate Cloud File Listing 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-file-listing-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 File Listing with Command Line\" \/>\n<meta property=\"og:description\" content=\"How to Automate Cloud File Listing with Command Line\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.airexplorer.net\/en\/how-to-automate-cloud-file-listing-with-command-line\/\" \/>\n<meta property=\"og:site_name\" content=\"Air Explorer\" \/>\n<meta property=\"article:published_time\" content=\"2026-07-23T08:53:14+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2026-07-23T08:57:17+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/www.airexplorer.net\/en\/wp-content\/uploads\/sites\/2\/2026\/07\/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-file-listing-with-command-line\\\/#article\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/www.airexplorer.net\\\/en\\\/how-to-automate-cloud-file-listing-with-command-line\\\/\"},\"author\":{\"name\":\"Air Explorer\",\"@id\":\"https:\\\/\\\/www.airexplorer.net\\\/en\\\/#\\\/schema\\\/person\\\/2165af4aa35f7d5cc9002c6fd1913037\"},\"headline\":\"How to Automate Cloud File Listing with Command Line\",\"datePublished\":\"2026-07-23T08:53:14+00:00\",\"dateModified\":\"2026-07-23T08:57:17+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/www.airexplorer.net\\\/en\\\/how-to-automate-cloud-file-listing-with-command-line\\\/\"},\"wordCount\":622,\"publisher\":{\"@id\":\"https:\\\/\\\/www.airexplorer.net\\\/en\\\/#organization\"},\"image\":{\"@id\":\"https:\\\/\\\/www.airexplorer.net\\\/en\\\/how-to-automate-cloud-file-listing-with-command-line\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/www.airexplorer.net\\\/en\\\/wp-content\\\/uploads\\\/sites\\\/2\\\/2026\\\/07\\\/1-2.jpg\",\"keywords\":[\"command line\",\"dir\"],\"articleSection\":[\"manual\"],\"inLanguage\":\"en-US\"},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/www.airexplorer.net\\\/en\\\/how-to-automate-cloud-file-listing-with-command-line\\\/\",\"url\":\"https:\\\/\\\/www.airexplorer.net\\\/en\\\/how-to-automate-cloud-file-listing-with-command-line\\\/\",\"name\":\"How to Automate Cloud File Listing with Command Line\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/www.airexplorer.net\\\/en\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/www.airexplorer.net\\\/en\\\/how-to-automate-cloud-file-listing-with-command-line\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/www.airexplorer.net\\\/en\\\/how-to-automate-cloud-file-listing-with-command-line\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/www.airexplorer.net\\\/en\\\/wp-content\\\/uploads\\\/sites\\\/2\\\/2026\\\/07\\\/1-2.jpg\",\"datePublished\":\"2026-07-23T08:53:14+00:00\",\"dateModified\":\"2026-07-23T08:57:17+00:00\",\"description\":\"How to Automate Cloud File Listing with Command Line\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/www.airexplorer.net\\\/en\\\/how-to-automate-cloud-file-listing-with-command-line\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/www.airexplorer.net\\\/en\\\/how-to-automate-cloud-file-listing-with-command-line\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/www.airexplorer.net\\\/en\\\/how-to-automate-cloud-file-listing-with-command-line\\\/#primaryimage\",\"url\":\"https:\\\/\\\/www.airexplorer.net\\\/en\\\/wp-content\\\/uploads\\\/sites\\\/2\\\/2026\\\/07\\\/1-2.jpg\",\"contentUrl\":\"https:\\\/\\\/www.airexplorer.net\\\/en\\\/wp-content\\\/uploads\\\/sites\\\/2\\\/2026\\\/07\\\/1-2.jpg\",\"width\":1920,\"height\":1080},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/www.airexplorer.net\\\/en\\\/how-to-automate-cloud-file-listing-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 File Listing 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 File Listing with Command Line","description":"How to Automate Cloud File Listing 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-file-listing-with-command-line\/","og_locale":"en_US","og_type":"article","og_title":"How to Automate Cloud File Listing with Command Line","og_description":"How to Automate Cloud File Listing with Command Line","og_url":"https:\/\/www.airexplorer.net\/en\/how-to-automate-cloud-file-listing-with-command-line\/","og_site_name":"Air Explorer","article_published_time":"2026-07-23T08:53:14+00:00","article_modified_time":"2026-07-23T08:57:17+00:00","og_image":[{"width":1920,"height":1080,"url":"https:\/\/www.airexplorer.net\/en\/wp-content\/uploads\/sites\/2\/2026\/07\/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-file-listing-with-command-line\/#article","isPartOf":{"@id":"https:\/\/www.airexplorer.net\/en\/how-to-automate-cloud-file-listing-with-command-line\/"},"author":{"name":"Air Explorer","@id":"https:\/\/www.airexplorer.net\/en\/#\/schema\/person\/2165af4aa35f7d5cc9002c6fd1913037"},"headline":"How to Automate Cloud File Listing with Command Line","datePublished":"2026-07-23T08:53:14+00:00","dateModified":"2026-07-23T08:57:17+00:00","mainEntityOfPage":{"@id":"https:\/\/www.airexplorer.net\/en\/how-to-automate-cloud-file-listing-with-command-line\/"},"wordCount":622,"publisher":{"@id":"https:\/\/www.airexplorer.net\/en\/#organization"},"image":{"@id":"https:\/\/www.airexplorer.net\/en\/how-to-automate-cloud-file-listing-with-command-line\/#primaryimage"},"thumbnailUrl":"https:\/\/www.airexplorer.net\/en\/wp-content\/uploads\/sites\/2\/2026\/07\/1-2.jpg","keywords":["command line","dir"],"articleSection":["manual"],"inLanguage":"en-US"},{"@type":"WebPage","@id":"https:\/\/www.airexplorer.net\/en\/how-to-automate-cloud-file-listing-with-command-line\/","url":"https:\/\/www.airexplorer.net\/en\/how-to-automate-cloud-file-listing-with-command-line\/","name":"How to Automate Cloud File Listing with Command Line","isPartOf":{"@id":"https:\/\/www.airexplorer.net\/en\/#website"},"primaryImageOfPage":{"@id":"https:\/\/www.airexplorer.net\/en\/how-to-automate-cloud-file-listing-with-command-line\/#primaryimage"},"image":{"@id":"https:\/\/www.airexplorer.net\/en\/how-to-automate-cloud-file-listing-with-command-line\/#primaryimage"},"thumbnailUrl":"https:\/\/www.airexplorer.net\/en\/wp-content\/uploads\/sites\/2\/2026\/07\/1-2.jpg","datePublished":"2026-07-23T08:53:14+00:00","dateModified":"2026-07-23T08:57:17+00:00","description":"How to Automate Cloud File Listing with Command Line","breadcrumb":{"@id":"https:\/\/www.airexplorer.net\/en\/how-to-automate-cloud-file-listing-with-command-line\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.airexplorer.net\/en\/how-to-automate-cloud-file-listing-with-command-line\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.airexplorer.net\/en\/how-to-automate-cloud-file-listing-with-command-line\/#primaryimage","url":"https:\/\/www.airexplorer.net\/en\/wp-content\/uploads\/sites\/2\/2026\/07\/1-2.jpg","contentUrl":"https:\/\/www.airexplorer.net\/en\/wp-content\/uploads\/sites\/2\/2026\/07\/1-2.jpg","width":1920,"height":1080},{"@type":"BreadcrumbList","@id":"https:\/\/www.airexplorer.net\/en\/how-to-automate-cloud-file-listing-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 File Listing 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\/7171","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=7171"}],"version-history":[{"count":8,"href":"https:\/\/www.airexplorer.net\/en\/wp-json\/wp\/v2\/posts\/7171\/revisions"}],"predecessor-version":[{"id":7364,"href":"https:\/\/www.airexplorer.net\/en\/wp-json\/wp\/v2\/posts\/7171\/revisions\/7364"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/www.airexplorer.net\/en\/wp-json\/wp\/v2\/media\/7362"}],"wp:attachment":[{"href":"https:\/\/www.airexplorer.net\/en\/wp-json\/wp\/v2\/media?parent=7171"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.airexplorer.net\/en\/wp-json\/wp\/v2\/categories?post=7171"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.airexplorer.net\/en\/wp-json\/wp\/v2\/tags?post=7171"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}