User Name (In): (Required) The user name for the connection, else null for anonymous.
Port (In): (Required) The port of the host to connect to.
Host (In): (Required) The IP address of the host to connect to.
This function connects to the FTP server. Nothing unless overridden function returns a value.
Total (In): (Required) The byte file size being read from.
Current (In): (Required) The current byte transfer count.
To (In): (Required) The file name being written to.
From (In): (Required) The file name being read from.
This function allows to be overridden or inherited for custom progress updates. This function disables the progress display. This function enabled the progress display.
This function FTP connection to BINARY data transfer.
This function FTP connection to ASCII data transfer.
License Code (In): (Required) The purchased license code.
The purchased license code allows downloading of files larger than 5KB. This is designed for usage by Visual FoxPro 9 (VFP9) developers that have a need to use FTP servers but do not have the time/resources to manually code for whichever reason. This module is a piece of compiled code for use within Visual FoxPro 9 (VFP9), which provides all the FTP functionality without the use of ActiveX controls.