1. Finally!!

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 message » categorize

2. Re: Finally!!

ghaberek said...

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

Well shucks, that was supposed to be ftp_demo.exw not demp. Can we edit our messages yet? getlost

-Greg

new topic     » goto parent     » topic index » view message » categorize

Search



Quick Links

User menu

Not signed in.

Misc Menu