GLBasic forum

Feature request => Network => Topic started by: Kyo on 2013-Dec-21

Title: Request for FTP commands (download files)
Post by: Kyo on 2013-Dec-21
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!
Title: Re: Request for FTP commands (download files)
Post by: Kyo on 2013-Dec-21
OK, but how do they work in GLB?
Title: Re: Request for FTP commands (download files)
Post by: Kyo on 2013-Dec-21
I have to add command for ftp download and progress bar and resume ?????
and if I could do it, certainly not writing here!  =D
Title: Re: Request for FTP commands (download files)
Post by: 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.
Title: Re: Request for FTP commands (download files)
Post by: Kyo on 2013-Dec-22
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: