GitHub user bamaer added a comment to the discussion: How to fix vfs file object error
1. as stated in [the docs](https://hop.apache.org//manual/latest/vfs.html#_apache_hop_vfs_file_systems), the zip FS `Provides read-only access to the contents of Zip, Jar and Tar files.`. This means you can read the contents of a file without unzipping it. To unzip a zip file, you can just access the file over `file:///home/idmsqe/...`. 2. Can you be more specific? Do you try to read or write`file:///abcd.txt`? Reading `file:///` for http won't work. GitHub link: https://github.com/apache/hop/discussions/5125#discussioncomment-12711732 ---- This is an automatically sent email for users@hop.apache.org. To unsubscribe, please send an email to: users-unsubscr...@hop.apache.org