Request for FTP commands (download files)

Previous topic - Next topic

Kyo

Need to download additional files for Android APK (since the limit of 50MB):

id=DOWNLOADINIT(fileurl$, fileto$, protocol$, username$, password$)
filesize=DOWNLOADFILESIZE(id)
progress=DOWNLOADPROGRESS(id)
status$=DOWNLOADSTATUS$(id)
DOWNLOADCLOSE(id)

Thanks!

Kyo

OK, but how do they work in GLB?

Kyo

I have to add command for ftp download and progress bar and resume ?????
and if I could do it, certainly not writing here!  =D

hardyx

#3
Start reading this posts:

GLBasic file protocol library:
http://www.glbasic.com/forum/index.php?topic=7352.msg60543

Transmitting files between two computers:
http://www.glbasic.com/forum/index.php?topic=3786.msg27546

You can begin using NETWEBGET, not progress control but works.

Kyo

Quote from: hardyx on 2013-Dec-22
Start reading this posts:

GLBasic file protocol library:
http://www.glbasic.com/forum/index.php?topic=7352.msg60543

Transmitting files between two computers:
http://www.glbasic.com/forum/index.php?topic=3786.msg27546

You can begin using NETWEBGET, not progress control but works.

Thank, now studying them!  :good: