EZftp12 Demo

Download a Single File from the Default Website to the Default Local Directory
Bug Alert
**********************************************************************************************************************

**********************************************************************************************************************
Downloads ftp.tripod.com/iamatiyam/Turtle.ico to C:\Temp\Turtle.ico

This behaviour is controlled by the <OBJECT> Tag in the HTM document. You can see this code by going View and Source from the IE Menu and scrolling down to the rows of asterisks. This is what it looks like:

<OBJECT>..........<param name="FileList" value="Turtle.ico">.......</OBJECT>

*In this Version, the <OBJECT> Tag is under-utilized. In the next Version, this property will support a full URL and Local Path and the PUT function. Then this property could Download from or Upload to various Remote and Local locations. For example, this would get a DLL from Microsoft and put it in your \Windows\System\ folder:

This would Upload your \Windows\System\win.ini to ftp.tripod.com\iamatiyam\system\win.txt

  • value="(password)@ftp.tripod.com/iamatiyam/system/win.txt [space] $(win)\system\win.ini [space] PUT"

For other ways of Uploading and re-Directing transfers, see Properties and Methods,