Group: Internet Functions (WinInet) - Library: wininet
Opening access to the Microsoft Internet functions for the application
How to download a file from the FTP server using FtpGetFile
Retrieving list of files on the FTP directory
Creating a directory on the FTP
Using FtpCommand
Reading Internet Query options
Uploading local file to FTP server with FtpPutFile
Uploading file to the FTP server using InternetWriteFile
Downloading files from the FTP server using InternetReadFile
How to retrieve the size of a remote file (FTP)
How to remove FTP directory
How to delete file on FTP server
How to download this reference's archive through WinInet functions using InternetOpenUrl
Custom HttpRequest class (WinINet)
Using InternetSetFilePointer when resuming interrupted download from the Internet
Reading list of folders and files on FTP server
Custom FTP Class for Visual FoxPro application
BOOL InternetCloseHandle(
HINTERNET hInternet
);
DECLARE INTEGER InternetCloseHandle IN wininet;
INTEGER hInet
hInternet [in] Valid HINTERNET handle to be closed
Returns TRUE if the handle is successfully closed, or FALSE otherwise
This function closes handles created by InternetOpen, InternetOpenUrl, InternetConnect, FtpOpenFile, FtpFindFirstFile etc.