Get File Names
EazyLink Server, V4.4
Request for Z88 File Names in the current specified valid path, ended with the path separator "/". The specified path will be added with the "*" (all names) wildcard symbol by the EazyLink server, which is standard according to the PC-LINK II specification.
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 without path specification.
------------------------------------------------------------------------------Client Server Action------------------------------------------------------------------------------<ESC "N"> Request for file names in<Path> <Path><ESC "Z"> -> waiting Request received. "*" added to <Path>waitingreceiving <- <ESC "N"> <FileName> Send local file name <- ...receiving <- <ESC "Z"> End of Names------------------------------------------------------------------------------