FwPPC - Como fazer TFTP:Directory
Posted: Thu Jun 28, 2007 4:33 pm
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
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