Pessoal,
Como fazer para funcionar o Ftp:Diretory no FWPPC, se alguem tiver um exemplo.
oInternet := TInternet():New()
oFTP := TFTP():New( SITE, oInternet, USER, PASS )
if ! Empty( oFTP:hFTP )
aFiles = oFTP:Directory(DDIR)
endif
Ate mais
Cleber