Home » Questions » Computers [ Ask a new question ]

Single-EXE GUI client to download files from web server?

Single-EXE GUI client to download files from web server?

I uploaded a bunch of files on a web server that a friend of mine would like to download.

Asked by: Guest | Views: 263
Total answers/comments: 1
Guest [Entry]

"Short idea fixed with Windows wget

write a BATCH script to issue wget.exe with the list of files to be downloaded
package these 3 things into a ZIP and send it to him

wget.exe
BATCH file
list of download links

Should try once locally if you do not want him debugging.

If you have a nice fat upload path, you can host the files straight from your machine.
Use the Opera Unite to setup the file server on your machine.
Start it, test it, get over phone and see the transfer complete (maybe), stop it."