Lo siguiente funciona para bajar un archivo de un ftp.
function testftp()
local oInternet := TInternet():New()
local oFTP := TFTP():New( "ftp.captura-digital.com", oInternet, "user","pass" )
if ! Empty( oFTP:hFTP )
Ftpgetfile( oFTP:hFTP,"nancy.xls","c:\ok\nancy.xls" )
¿¿ Y para subir un archivo ??
Fernando Leal
México, DF