FTPClient

This program shows how you can use the WinInet API functions to perform various FTP functions including uploading and downloading files or creating and deleting directories. It is designed to be a basic FTP Client application and uses several other free components including DynamicMenus, ImageList and Filesys.


Win API Functions used:

CloseHandleCreateFile
FileTimeToLocalFileTimeFileTimeToSystemTime
FormatMessageFtpCommand
FtpCreateDirectoryFtpDeleteFile
FtpFindFirstFileFtpGetCurrentDirectory
FtpGetFileFtpGetFileSize
FtpOpenFileFtpPutFile
FtpRemoveDirectoryFtpRenameFile
FtpSetCurrentDirectoryGetLastError
HttpOpenRequestHttpQueryInfo
HttpSendRequestInternetCloseHandle
InternetConnectInternetFindNextFile
InternetGetLastResponseInfoInternetOpen
InternetReadFileInternetSetOption
InternetWriteFileReadFile
WriteFile 


——— Last updated 01/18/2023 ———