Contents |
Provides access to the files on the local physical file system.
[file://] absolute-path
Where absolute-path is a valid absolute file name for the local filesystem. Examples:
Provides access to the contents of Zip, Tar and TGZ files.
zip:// arch-file-uri [! absolute-path ] tar:// arch-file-uri [! absolute-path ] tgz:// arch-file-uri [! absolute-path ]
Where arch-file-uri refers to a file of any supported type, including other zip files. Examples:
Provides readonly access to files on an HTTP server.
http://[ username [: password ]@] hostname [: port ][ absolute-path ]
Examples:
Provides access to the files on an FTP server.
ftp://[ username [: password ]@] hostname [: port ][ absolute-path ]
Example:
A filesystem which stores all the data in memory.
ram://[ path ]
Example:
Provides access to the files on an S3 (Simple Storage Service) Internet Storage
s3://accessKey:secretAccessKey@amazonaws.com[ absolute-path ]
Example:
Categories: