Author Topic: Request for FTP commands (download files)  (Read 25955 times)

Offline Kyo

  • Dr. Type
  • ****
  • Posts: 350
    • View Profile
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!

Offline Kyo

  • Dr. Type
  • ****
  • Posts: 350
    • View Profile
Re: Request for FTP commands (download files)
« Reply #1 on: 2013-Dec-21 »
OK, but how do they work in GLB?

Offline Kyo

  • Dr. Type
  • ****
  • Posts: 350
    • View Profile
Re: Request for FTP commands (download files)
« Reply #2 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

Offline hardyx

  • Community Developer
  • Prof. Inline
  • ******
  • Posts: 505
    • View Profile
Re: Request for FTP commands (download files)
« Reply #3 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.
« Last Edit: 2013-Dec-22 by hardyx »

Offline Kyo

  • Dr. Type
  • ****
  • Posts: 350
    • View Profile
Re: Request for FTP commands (download files)
« Reply #4 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: