Sitemap Sitemap  |  Contact Us Contact Us  |  Clients Clients
   StoreFTPFile
  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
StoreFTPFile
  This function will store a file to the ftp server
 
Library wh::internet/ftp.whlib
 
Syntax PUBLIC BOOLEAN FUNCTION StoreFTPFile (INTEGER connectionid,STRING filename,BLOB filedata)
 
Parameters
connectionid Integer id of the control connection
filename Name of the file to store
filedata BLOB with the filedata
 
Returns Record Array containing:
[[[return.code Response]]] code (200 is OK)
[[[return.message Response]]] message
 
 
In library 'ftp'
ChangeFTPDirectory
CloseFTPConnection
CreateFTPConnection
CreateFTPDirectory
DeleteFTPDirectory
DeleteFTPFile
DestroyFTPConnection
GetCurrentFTPDirectory
GetFTPError
GetFTPFile
ReadFTPDirectory
RenameFTPFile
StoreFTPFile
 
Top To top of page