|
NAMENetfiles, netfileget, netfileput, netfilestat - network file access inside acmeSYNOPSISNetfilesnetfileget [ -d ] system path netfileput system path netfilestat system path DESCRIPTIONNetfiles presents remote file systems in windows. Each window is named /n/system/path and displays the contents of path on system.Netfiles reads names of windows to create from the plumbing channel netfileedit (see and the example section below). In a netfiles-controlled window, Get, Put, and button 3 loads work as in normal acme windows. External commands executed with button 2 run in the directory in which acme was started. Netfiles uses the helper programs netfileget, netfileput, and netfilestat to access the remote file systems. The three first check to see if system is a service in the current name space (see If so, they use to access it. Otherwise, they assume that the system is a network name and use sftp to access it. Netfileget prints the contents of the named path to standard output. If the -d option is given, then netfileget prints a single-column listing of path, which must be a directory. Directories in the listing have appended to their names. Netfileput writes its standard input to the named path. Netfilestat prints the file type of path, one of nonexistent, directory, or file. EXAMPLESThe following plumbing rule (see passes /n/ paths to Netfiles, starting it if necessary.
SOURCE/src/cmd/netfilesSEE ALSOBUGSNetfiles depends on which only works with OpenSSH versions 4.3 and earlier; later versions do not print the sftp> prompt frequently enough. Visit the GSP FreeBSD Man Page Interface. |