Sitemap Sitemap  |  Contact Us Contact Us  |  Clients Clients
   GetFTPError
  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
GetFTPError
  This function will check and clear the last error that occured (if any)
 
Library wh::internet/ftp.whlib
 
Syntax PUBLIC RECORD FUNCTION GetFTPError (INTEGER connectionid)
 
Parameters
connectionid Integer of the connectionid
 
Returns Record with the error (if exists)
[[[return.code Integer]]] of the error code
[[[return.message String]]] with the error message (can be a multiline message separated by \n's)
 
 
In library 'ftp'
ChangeFTPDirectory
CloseFTPConnection
CreateFTPConnection
CreateFTPDirectory
DeleteFTPDirectory
DeleteFTPFile
DestroyFTPConnection
GetCurrentFTPDirectory
GetFTPError
GetFTPFile
ReadFTPDirectory
RenameFTPFile
StoreFTPFile
 
Top To top of page