> For the complete documentation index, see [llms.txt](https://docs.pentaho.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.pentaho.com/pdia-data-integration/10.2-data-integration/data-integration-perspective-in-the-pdi-client/virtual-file-system-browser/vfs-browser-connecting-to-virtual-file-systems/use-the-vfs-browser-in-the-pdi-client.md).

# Access files with the VFS browser

Perform the following steps to access your files with the VFS browser.

1. Select **File** > **Open** in the PDI client to open the VFS browser.

   The Open dialog box appears.

   ![Open dialog box](/files/wgMp0IsrIKfbnTxTGEFP)
2. In the left pane, select the type of file system. The following file systems are supported:
   * **Local**: Opens files on your local machine. Use the folders in the **Name** panel of the Open dialog box to select a resource.
   * **Hadoop Cluster**: Opens files on any Hadoop cluster except S3. Click the **Hadoop Cluster** drop-down box to select your cluster, then the resource you want to access.
   * **HDFS**: Opens files on Hadoop distributed file systems. Select the cluster you want for the **Hadoop Cluster** option, then select the resource you want to access.
   * **Google Drive**: Opens files on the Google file system. You must configure PDI to access the Google file system. See [Access to a Google Drive](/pdia-data-integration/10.2-data-integration/data-integration-perspective-in-the-pdi-client/virtual-file-system-browser/vfs-browser-connecting-to-virtual-file-systems/access-to-a-google-drive.md) for more information.
   * **VFS Connections**: Opens files using a stored set of VFS properties to connect to a specific file system.
     * **Amazon S3/Minio/HCP**
     * **Azure Data Lake Gen 1**
     * **Azure Data Lake Gen 2 / Blob**
     * **Google Cloud Storage**
     * **HCP REST**
     * **Local**
     * **SMB/UNC Provider**
     * **Snowflake Staging**
3. Alternatively, in the **Address** bar, enter the VFS URI.

   The following examples are VFS URI addresses:

   * **Local**: `ftp://userID:password@ftp.myhost.com/path_to/file.txt`
   * **HDFS**: `hdfs://myusername:mypassword@mynamenode:port/path`
   * **SMB/UNC Provider**: `smb://<domain>;<username>:<password>@<server>:<port>/<path>`**Note:** The SMB “domain” is the Windows host name, for example, and “domain” and “server” can be the same in the case of an IP address.
4. (Optional) Select another value in the **File type** menu to filter on file types other than transformations and jobs, which is the default value.
5. (Optional) Select a file or folder and click the **X** icon in the upper-right corner of the browser to delete it.
6. (Optional) click the **+** icon to create a new folder.

**Note:** VFS dialog boxes are configured through specific transformation parameters. See [Configure VFS options](/pdia-data-integration/10.2-data-integration/data-integration-perspective-in-the-pdi-client/virtual-file-system-browser/vfs-browser-connecting-to-virtual-file-systems/configure-vfs-options.md) for more information.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.pentaho.com/pdia-data-integration/10.2-data-integration/data-integration-perspective-in-the-pdi-client/virtual-file-system-browser/vfs-browser-connecting-to-virtual-file-systems/use-the-vfs-browser-in-the-pdi-client.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
