Finally!!

new topic     » topic index » view thread      » older message » newer message

I just committed ftp_files() to the wxEuphoria SVN. I now feel wxFTP is actually usable for once. I also added ftp_demp.exw to demonstrate its use.

files = ftp_files( ftp, "wildcard*" )
for i = 1 to length( files ) do 
    printf( 1, "%s\n", {files[i]} ) 
end for 

That is all. grin

-Greg

new topic     » topic index » view thread      » older message » newer message

Search



Quick Links

User menu

Not signed in.

Misc Menu