KFTP a FTP class library
KFTP is a DotNet class which main use is to give developers a easy to use component for FTPclient functionality. KFTP is a wrapper around Windows Win32 API for Internet (WinInet), therefor it could only be used on windows. It is made using MS Visual Basic 2003 If you are using a earlier version, you can always create a new Class library project. Name it KFTP and add the file KFTP.vb to it. To use it you need to compile the KFTP.dll first and add it to your project. Alternative you add KTP.vb directly to your project. If you want to test it you can use my very simple testprogram, KFTPClientTest. With it you can connect to a FTPServer and browse directories and files, Download files as well as upload files. Note that the example is set to Active connectionmode. If you cant use active you need to change the connectionmode manually in the testcode to Passive. Please dont give feedback on the testproject, it is only a testproject and not much effort is put into it. But I will really appreciate constructive feedback on the KFTP class. Note that I am rather new at using the dotnet framework for developing applications. So I have no idea if it is made the best way possible. Please let me know my common beginners mistakes. Hope you will enjoy it
Résumé par IA: This codebase represents a historical implementation of the logic described in the metadata. Our preservation engine analyzes the structure to provide context for modern developers.
Upload