Sitemap Sitemap  |  Contact Us Contact Us  |  Clients Clients
   DestroyFTPConnection
  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
DestroyFTPConnection
  Destroy the connection to the ftp server
 
Library wh::internet/ftp.whlib
 
Syntax PUBLIC MACRO DestroyFTPConnection (INTEGER connectionid)
 
Description This function forces an immediate disconnect of the FTP connection
 
Parameters
connectionid Integer id of the connection (opened by OpenFTPSite)
 
 
In library 'ftp'
ChangeFTPDirectory
CloseFTPConnection
CreateFTPConnection
CreateFTPDirectory
DeleteFTPDirectory
DeleteFTPFile
DestroyFTPConnection
GetCurrentFTPDirectory
GetFTPError
GetFTPFile
ReadFTPDirectory
RenameFTPFile
StoreFTPFile
 
Top To top of page