Mount autoindex-based web server in READ-ONLY mode on your local machine, in order to simplify files access.
- nginx
- Apache
- quark
Software is not a limitation for operations like file copy. On my 1 gigabit Ethernet connection I got 100MiB+ of bandwidth, measured using dd
tool.
- At any time, each file can be opened by only one process. In other words, you can have two processes
cat a
andcat b
working at the same time, but nocat a
andcat a
.