Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Current »

EazyLink Server, V4.4

Request for Z88 File Names in the current specified valid path. The Client application is responsible for supplying the complete path and necessary wildcard symbols, e.g. "*" (all files in current directory) or "//*" (all files in all sub-directories). If the path doesn't contain any wildcard specifier, the EazyLink server will not be able to return names back to the Client and just acknowledge with ESC "Z" (End of Names).

As shown below, each name is sent with a leading ESC "N"; the indicator that a name follows. When the last name has been transmitted ESC "Z" is sent.

File names are sent with FULL path specification.

------------------------------------------------------------------------------
Client Server Action
------------------------------------------------------------------------------
<ESC "n"> Request for file names in
<Path> <Path>
<ESC "Z"> -> waiting

waiting Processing <Path> for files

receiving <- <ESC "N"> <FileName> Send file names (full path)
<- ...
receiving <- <ESC "Z"> End of Names
------------------------------------------------------------------------------
  • No labels