Plan 9 from Bell Labs’s /usr/web/sources/contrib/axel/tcl/9pvfs/main-auth.tcl

Copyright © 2021 Plan 9 Foundation.
Distributed under the MIT License.
Download the Plan 9 distribution.


#	package require vfs

#	package require vfs::9p
	lappend auto_path tclDES-0.8
	source 9pvfs.tcl
	source p9sk1.tcl

	set sources [socket sources.cs.bell-labs.com 564]
	fconfigure $sources -translation  binary

	vfs::9p::Mount $sources axel /tmp sources.cs.bell-labs.com secret

	puts [glob [file join /tmp *]]


Bell Labs OSI certified Powered by Plan 9

(Return to Plan 9 Home Page)

Copyright © 2021 Plan 9 Foundation. All Rights Reserved.
Comments to webmaster@9p.io.