xboxscene.org forums

Pages: [1] 2

Author Topic: Boost Mode Ftp  (Read 562 times)

guythnick

  • Archived User
  • Newbie
  • *
  • Posts: 2
Boost Mode Ftp
« on: May 27, 2004, 05:45:00 PM »

Is there an FTP client for PC that utilizes Ava's boost mode?  Or else is there a way to transfer files from PC to xbox with qwix that aren't game isos.  I have a lot of video files that would love to be transfered with boost mode.  <
Logged

Krissam

  • Archived User
  • Newbie
  • *
  • Posts: 5
Boost Mode Ftp
« Reply #1 on: June 18, 2004, 02:23:00 PM »

i'm pretty sure that i saw a standard ftp client which supports their boost mode on the x-s news today  <
Logged

vmt2000

  • Archived User
  • Newbie
  • *
  • Posts: 6
Boost Mode Ftp
« Reply #2 on: June 19, 2004, 09:23:00 PM »

Get FileBooster
Simple FTP client capable of pushing files to the Avalaunch(info) dashboard (or other xbox software compatible with avalaunch's boostmode) at blazing speeds of 10-11 mb/sec. Now you can upload your AVI's, JPG's, MP3's or whatever you like with boostmode.
This little application was prototyped and developed in less than 2 hours so don't judge it too hard if it has bugs or are missing features.
http://dwl.xbox-scen...FileBooster.zip
Logged

vmt2000

  • Archived User
  • Newbie
  • *
  • Posts: 6
Boost Mode Ftp
« Reply #3 on: June 19, 2004, 10:36:00 PM »

FileBooster is not very friendly. Does anyone know how to enable boost mode in FlashFXP?  <
Logged

Kells

  • Archived User
  • Newbie
  • *
  • Posts: 36
Boost Mode Ftp
« Reply #4 on: June 24, 2004, 08:59:00 PM »

QUOTE (vmt2000 @ Jun 20 2004, 06:25 AM)
Does anyone know how to enable boost mode in FlashFXP?

You cannot.

Boost mode is not an ftp standard, it's a protocal that was developed by Team Avalaunch and Devenic (Qwix's author).

It's a fairly simple protocal that is starting to be adapted by other dashboards and applications biggrin.gif.

For now FileBooster is your best bet, until this functionality is found in Qwix.
Logged

inferno222

  • Archived User
  • Newbie
  • *
  • Posts: 11
Boost Mode Ftp
« Reply #5 on: June 26, 2004, 08:38:00 PM »

Filebooster is cool and all, but it would of been really nice to actually see it work as a FTP client instead of just something that sends files to the xbox. Sometimes I have to look around to see where I should put files.  <
Logged

CoRP5e

  • Archived User
  • Jr. Member
  • *
  • Posts: 59
Boost Mode Ftp
« Reply #6 on: June 27, 2004, 11:24:00 AM »

Yea

maybe l8r on one will be developed. (cross fingers)  <
Logged

ultrabrutal

  • Archived User
  • Newbie
  • *
  • Posts: 23
Boost Mode Ftp
« Reply #7 on: July 13, 2004, 01:28:00 PM »

Filebooster was bashed together in a short time and therefore very simple. Qwix took many weeks to do...

I am currently doing a Delphi class which is able to queue up files, upload and -yes- download. It works with both Synapse and Indy TCP components...

I might do a Filebooster 2 which can browse Xbox and queue up send and receive files much like FlashFXP.

But since this functionality will come someday for Qwix the motivation is little.

I'm thinking of releasing the Delphi class for other developers to use to boost enable their applications.

What do you guys think?

/ub  <
Logged

ultrabrutal

  • Archived User
  • Newbie
  • *
  • Posts: 23
Boost Mode Ftp
« Reply #8 on: July 13, 2004, 01:36:00 PM »

Samle of code:

 BoostFTPClient := TBoostFTPClient.Create;
 with BoostFTPClient do
 try
   if AutoDetectAvalaunch > 0 then
   begin
     ConnectAvalaunch(0);

     UploadQueue.AddFile('D:\My Documents\My Videos\Trailers\Dawn_of_the_Dead_720.wmv', 'f:\');
     UploadQueue.AddFile('D:\My Documents\My Videos\Trailers\The_Punisher_720.wmv',     'f:\');

     DownloadQueue.AddFileWithSize('f:\Dawn_of_the_Dead_720.wmv', 132830091,'d:\');
     DownloadQueue.AddFileWithSize('f:\The_Punisher_720.wmv', 173541412, 'd:\');

     if (Sender = btnUpload) then
     begin
       if UploadQueue.ProcessQueue then
         showmessage('Done uploading!');
     end
     else if (Sender = btnDownload) then
     begin
       if DownloadQueue.ProcessQueue then
         showmessage('Done downloading!');
     end
     else if (Sender = btnAll) then
     begin
       if ProcessBothQueues then
         showmessage('Done uploading and downloading!');
     end;
   end;
 finally
   Free;
 end;


Easy to use, eh?  <
Logged

thongsai

  • Archived User
  • Newbie
  • *
  • Posts: 5
Boost Mode Ftp
« Reply #9 on: July 19, 2004, 10:50:00 PM »

yea i also wish for qwix to be updated with this feature.. i want something like qwix , flashfxp and c box tool combine.. that would be great.  <
Logged

jschramm

  • Archived User
  • Newbie
  • *
  • Posts: 14
Boost Mode Ftp
« Reply #10 on: August 12, 2004, 01:43:00 PM »

Can you use boost mode when transfering directly from xbox to xbox when both are using Avalaunch?  <
Logged

countz3r0

  • Archived User
  • Newbie
  • *
  • Posts: 5
Boost Mode Ftp
« Reply #11 on: August 18, 2004, 01:43:00 PM »

I use FlashFXP and get around 8000-9000kb/s... seems like boost is working... it's definately faster than transferring files between any 2 machines on my lan...

CZ  <
Logged

ultrabrutal

  • Archived User
  • Newbie
  • *
  • Posts: 23
Boost Mode Ftp
« Reply #12 on: August 29, 2004, 06:58:00 AM »

jschramm: Yes you can

countz3r0: flashfxp does not support boost mode since it is a protocol developed by team avalaunch  <
Logged

SneakyIceMan

  • Archived User
  • Newbie
  • *
  • Posts: 20
Boost Mode Ftp
« Reply #13 on: August 29, 2004, 01:13:00 PM »

can we use boost mode when transfering stuff from the XBOX to PC!!!

Like when we want to copy a game... we need to be able to get it quick and fast  <
Logged

ultrabrutal

  • Archived User
  • Newbie
  • *
  • Posts: 23
Boost Mode Ftp
« Reply #14 on: August 30, 2004, 06:08:00 AM »

use qwix to make an iso of the game... it uses boostmost for this  <
Logged
Pages: [1] 2