NAME | SYNOPSIS | API RESTRICTIONS | DESCRIPTION | RETURN VALUES | ERROR MESSAGES | ATTRIBUTES
#include <arpa/ftpd/systemFilesys.h>void systemListFiles(FtpConn *conn, char *name, FILE *outstr, int isAscii);
The function or functions documented here may not be used safely in all application contexts with all APIs provided in the ChorusOS 5.0 product.
See API(5FEA) for details.
This function generates a list of files matching the pattern specified by name. The interpretation of the file name and the format of the list depend on the implementation. If isAscii [ne ] 0, the lines of output are formatted as text lines (that is, they are terminated by \r\n).
Returns 0 if the list is created, -1 otherwise.
Resource allocation problem.
Problem with outstr.
name does not refer to anything.
See attributes(5) for descriptions of the following attributes:
ATTRIBUTE TYPE | ATTRIBUTE VALUE |
---|---|
Interface Stability | Evolving |
NAME | SYNOPSIS | API RESTRICTIONS | DESCRIPTION | RETURN VALUES | ERROR MESSAGES | ATTRIBUTES