Feature request > Network
Request for FTP commands (download files)
(1/1)
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:
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.
--- End quote ---
Thank, now studying them! :good:
Navigation
[0] Message Index
Go to full version