Sitemap Sitemap  |  Contact Us Contact Us  |  Clients Clients
   ReadFTPDirectory
  Home |  WebHare Lite |  Downloads |  HareScript |  Websites/CMS |  Applications
Search for:  in: 
HareScript
Internet connectivity
 
File transfer (FTP)
Hypertext transfer (HTTP)
IMAP library
MIME and RFC822
POP3 email
Simple Mail Transfer Protocol (SMTP)
TCP/IP connections
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
 
 
In library 'ftp'
ChangeFTPDirectory
CloseFTPConnection
CreateFTPConnection
CreateFTPDirectory
DeleteFTPDirectory
DeleteFTPFile
DestroyFTPConnection
GetCurrentFTPDirectory
GetFTPError
GetFTPFile
ReadFTPDirectory
RenameFTPFile
StoreFTPFile
 
Top To top of page