CFTPLink

By | 2002-06-01

This is a class that provides a simple interface for FTP uploading functionality. It is based on code submitted by Philipp ‘Schlaubi’ Stern and Kristian Trenskow. The code can be easily extended to provide other FTP functionality. Also included is an example of how to use it.

Original Author: Gary Ong

Inputs

At a minimum set the Server, username and password properties before calling the AddFilesToSend method and finally the SendFiles method.

Assumptions

It’s reasonably well documented, but you may have to refer to FTP doco to fully understand it. Uses the Microsoft Winsock control 6.0.

Returns

AddFilesToSend returns True if it has been added ok, false if the file doesn’t exist. SendFiles returns -1 if the server or username has not been set or else the number of files successfully sent.

Attachments

FileUploadedSize
CODE_UPLOAD30261242000.zip9/3/2020 3:45:00 PM7344
Author: dwirch

Derek Wirch is a seasoned IT professional with an impressive career dating back to 1986. He brings a wealth of knowledge and hands-on experience that is invaluable to those embarking on their journey in the tech industry.

Leave a Reply

Your email address will not be published. Required fields are marked *

This site uses Akismet to reduce spam. Learn how your comment data is processed.