FTP Wizard ActiveX v3
Examples
All of our examples come with free source code included. The free examples are
located in the installation for the FTP Wizard ActiveX
control.
Here is a list of the free source code examples included:
ASP
FTP Directory List
This ASP example written in VB Script de in an Active Server Page
document.
VBScript
SimpleDirectoryList.vbs
Shows the contents of a directory from an ftp server in this VBScript
file.
SimpleFileDownloader.vbs
This VBScript source code example demonstrates downloading an FTP File
from a server and saving it disk.
SimpleFileUploader.vbs
The simple file uploader example vbscript example demonstrates
uploading a file from the client computer to an FTP Server.
Visual Basic
Download File To Memory
This full source code example downloads an FTP File from an ftp server
and stores the file in memory.
Full Client Example
This Visual Basic example demonstrates the functionality of download
ftp files, uploading ftp files, getting directory file information, navigating
directories, display file transfer status, and more using the FTP activex
control.
Simple Directory List
This Visual Basic source code example demonstrates the ability to list
file and directory contents on an FTP server.
Simple Download
This Visual Basic example shows how to download an FTP file from a
server easily and quickly.
Simple Upload
This Visual Basic example show how to upload an FTP file to a server
from file on disk.
Stress Test
This is an example that repeatedly executes FTP commands on the ftp
activex control to test its ability to handle a large volume of tasks.
Upload FTP file from Memory
This vb source code example uploads a file to a FTP server from a memory
buffer.
Visual C++
Full FTP Example Program
This full source code Visual C++ example demonstrates
the functionality of download ftp files, uploading ftp files, getting directory
file information, navigating directories, display file transfer status, and
more using the FTP activex control.
|