Platforms to show: All Mac Windows Linux Cross-Platform

/CURL/FTP/CURLS ftp directory listing with Web Edition


Required plugins for this example: MBS CURL Plugin

You find this example project in your Plugins Download as a Xojo project file within the examples folder: /CURL/FTP/CURLS ftp directory listing with Web Edition

This example is the version from Sun, 5th Nov 2022.

Project "CURLS ftp directory listing with Web Edition.xojo_binary_project"
Class App Inherits WebApplication
End Class
Class DownloadCURL Inherits CURLSMBS
EventHandler Function Progress(dltotal as Int64, dlnow as Int64, ultotal as Int64, ulnow as Int64, percent as double) As boolean if dltotal=0 then w.resulttext.text="Downloading..." else w.resulttext.text="Downloading "+Format(dlnow/dltotal,"0%") end if Return false End EventHandler
Property w As WebPage1
End Class
End Project

See also:

The items on this page are in the following plugins: MBS CURL Plugin.


The biggest plugin in space...