xboxscene.org forums

Author Topic: Webfilefetch Questions  (Read 154 times)

tayior7

  • Archived User
  • Full Member
  • *
  • Posts: 195
Webfilefetch Questions
« on: February 29, 2004, 11:38:00 AM »

QUOTE
WEBFILEFETCH <Filename> <URL>
A little goodie... but this is a very basic HTTP client, so it won't work with all sites


i havent been able to mess around with this yet, but was wondering a few things..

will it work if i wanted to download files from another xbox (on the same netowork)
EX:  WEBFILEFETCH game01.zip 192.2.1.25

where would it save the file?

could i "fetch" an entire directory

do i have any clue what i am talking about???? blink.gif
Logged

tayior7

  • Archived User
  • Full Member
  • *
  • Posts: 195
Webfilefetch Questions
« Reply #1 on: February 29, 2004, 11:50:00 AM »

this is what i want to do.. dunno if its possible...

have 2 xboxes on the same network

have MXM running on both Xboxes

download the LIST of games into variables (im not sure about this part  :uhh: ), so each game name would be stored as game001, game 002 and so on. and it would have to get the name of the game from the folder name, or the xbe

have a dialog with the list of games with checkboxes on which ones i want to download (or upload)

i know this wouldnt be posible with the latest public release, but i dunno about the next release

This post has been edited by tayior7: Feb 29 2004, 07:52 PM
Logged

Yuyu

  • Archived User
  • Hero Member
  • *
  • Posts: 908
Webfilefetch Questions
« Reply #2 on: February 29, 2004, 11:45:00 AM »

QUOTE (tayior7 @ Feb 29 2004, 03:38 PM)
do i have any clue what i am talking about???? blink.gif

I sure don't.... blink.gif

I'm pretty much in the WTF territory right now... huh.gif
Logged

flattspott

  • Archived User
  • Hero Member
  • *
  • Posts: 1220
Webfilefetch Questions
« Reply #3 on: February 29, 2004, 12:04:00 PM »

I thought it worked like so
WEBFILEFETCH Z:\SomeFile.zip http:\\www.somesite.com\afile.zip
Logged

geniusalz

  • Archived User
  • Hero Member
  • *
  • Posts: 1635
Webfilefetch Questions
« Reply #4 on: February 29, 2004, 01:35:00 PM »

That could only work if there was an HTTP server running on the other xbox.
Logged

BenJeremy

  • Archived User
  • Hero Member
  • *
  • Posts: 5645
Webfilefetch Questions
« Reply #5 on: February 29, 2004, 04:00:00 PM »

flattspott is correct, you can fetch a file, using HTTP 0.9 (Simple) protocol from a valid HTTP server, but not from xbox-to-xbox. It places the file in the current directory, unless you specify the directory, and it can only get one file at a time.

I plan on enhancing the ability soon, by upgrading support to HTTP 1.1
Logged

tayior7

  • Archived User
  • Full Member
  • *
  • Posts: 195
Webfilefetch Questions
« Reply #6 on: February 29, 2004, 04:11:00 PM »

ok awesome, i was just wondering because i was trying to make a script that would install a new hd and copy games and all that good stuff all through ftp (or http, i guess)
thanks
Logged

flattspott

  • Archived User
  • Hero Member
  • *
  • Posts: 1220
Webfilefetch Questions
« Reply #7 on: February 29, 2004, 07:01:00 PM »

I was thinking about setting up a local webpage on my comp for just that same thing  
Logged

boomboom

  • Archived User
  • Newbie
  • *
  • Posts: 39
Webfilefetch Questions
« Reply #8 on: March 03, 2004, 09:25:00 PM »

Wait for the DLL plugin functionality, and the "FtpFileFetch" DLL plugin.     B)  
Logged

tayior7

  • Archived User
  • Full Member
  • *
  • Posts: 195
Webfilefetch Questions
« Reply #9 on: March 04, 2004, 01:05:00 PM »

QUOTE (boomboom @ Mar 4 2004, 01:18 AM)
Wait for the DLL plugin functionality, and the "FtpFileFetch" DLL plugin.     cool.gif

wow that would be sweeeet  rolleyes.gif
Logged