Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

I think this says it very well:

http://www.catb.org/esr/writings/taoup/html/plan9.html

>One of the examples from the Plan 9 survey paper is the way FTP access to remote sites is implemented. There is no ftp(1) command under Plan 9. Instead there is an ftpfs fileserver, and each FTP connection looks like a file system mount. ftpfs automatically translates open, read, and write commands on files and directories under the mount point into FTP protocol transactions. Thus, all ordinary file-handling tools such as ls(1), mv(1) and cp(1) simply work, both underneath the FTP mount point and across the boundaries with the rest of the user's view of the namespace. The only difference the user (or his scripts and programs) will notice is retrieval speed.



Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: