Browsing Directories
To list the contents of a remote server, specify the remote server with no local target:
movedat foo.bar.com:
For subdirectories, give the pathname followed by a forward slash '/':
movedat foo.bar.com:subdir/
Absolute paths, if allowed by the server, should be preceeded by a forward slash '/':
movedat foo.bar.com:/top/level/subdir/
The server always uses forward slash '/' as its path delimter, regardless of platform. However, Windows servers can also specify a volume identifier like this:
movedat windows.bar.com:D:/dirname/subdirname/
Note that this use of volume identifiers will only make sense to Windows versions of the ExpeDat server.
When displaying pathnames, non-printable characters will be replaced with a '?'.
If you wish to display the contents of non-directories to stdout, see the Displaying Files section.