jmpessoa / lazandroidmodulewizard

LAMW: Lazarus Android Module Wizard: Form Designer and Components development model!
250 stars 82 forks source link

FTP component Please. #40

Open pcmueller77 opened 6 years ago

pcmueller77 commented 6 years ago

Hi, this is a question. I strongly need a feature, to upload a file, ftp. or any other idea for sharing a high score .txt file, or a sqlite db with my server... this would be great! Thanks a lot!

jmpessoa commented 6 years ago

Ok, I will try some solution... but you can try, too, a pure "Free Pascal" FCL code...

pcmueller77 commented 6 years ago

I'm programming since >25 years, but I did just a little in pascal. So if there are hints which classes to use, and don't get in trouble with references to gtk etc, please let me know, I'ill try and in case of success let you know of course! My common languages until now are .net, in the early days c++ and vb(don't :-) , companies want this.... in 1990 ... ) Thanks & best regards pcmueller77

jmpessoa commented 6 years ago

Ok. Added "UploadFile" to jHttpClient [new demo "AppHttpClientDemo3"]

jmpessoa commented 5 years ago

Hi, pcmueller77 !

Finally, the new jSFTPClient component is almost done! [based on java/jsch library...]

Thank you!