README.md

December 5, 2022 ยท View on GitHub

Description

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.

More Info

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

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.

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.

Submitted On2000-01-24 21:39:00
ByGary Ong
LevelAdvanced
User Rating4.7 (56 globes from 12 users)
CompatibilityVB 5.0, VB 6.0
CategoryInternet/ HTML
WorldVisual Basic
Archive FileCODE_UPLOAD30261242000.zip