|
|
 |
 |
| ReadFTPDirectory |
| |
This function will return a record array of the directory listing |
| |
| Library |
 |
wh::internet/ftp.whlib |
| |
| Syntax |
 |
PUBLIC RECORD ARRAY FUNCTION ReadFTPDirectory (INTEGER connectionid) |
| |
| Parameters |
 |
| connectionid |
 |
Integer id of the control connection |
 |
|
| |
| Returns |
 |
Record Array containing: |
| |
The record contains the following cells:
| name |
 |
Name of the entry |
 |
| type |
 |
Type of the entry (0=file, 1=directory, 2=link) |
 |
| ownergroup |
 |
Group owning this file |
 |
| owneruser |
 |
User owning this file |
 |
| modified |
 |
Last modification time |
 |
|
| |
|
|
|
|