Sitemap Sitemap  |  Contact Us Contact Us  |  Clients Clients
   GetFTPFile
  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
GetFTPFile
  This function will retrieve a file from the ftp site
 
Library wh::internet/ftp.whlib
 
Syntax PUBLIC RECORD FUNCTION GetFTPFile (INTEGER connectionid,STRING filename)
 
Parameters
connectionid Integer id of the control connection
filename Name of the file to retrieve
 
Returns A record describing the file, a non-existing record on failure
  The record contains the following cells:
size Size of the file
data Blob with the data of the file
 
 
In library 'ftp'
ChangeFTPDirectory
CloseFTPConnection
CreateFTPConnection
CreateFTPDirectory
DeleteFTPDirectory
DeleteFTPFile
DestroyFTPConnection
GetCurrentFTPDirectory
GetFTPError
GetFTPFile
ReadFTPDirectory
RenameFTPFile
StoreFTPFile
 
Top To top of page