PDA

View Full Version : Very Slow FTP Uploads Over Wireless


FastShow
2004-05-26, 17:51
originally posted over at xbox scene, but no-one could really help:

ok, i've got xbmc installed and my xbox seems happy enough. everything works absolutely fine, except when i ftp in and try to upload. even though i'm running an 11mbps wireless network, i top out at 150kb/s when uploading. whilst i appreciate that i will never see anything like true 11mbps on wireless, i expect a damn site more than 150kb/s up, since i make that ~1.5mbps!

any ideas? i've tried bulletproofftp (50kb/s up), flashfxp (150kb/s up) and smartftp (150kb/s up). i'll double-check pc to pc through router connections are getting decent speeds tonight, but as far as i am aware they are.

cheers in advance!

-----------------------------------------------------------

since i posted the above, i upgraded my entire network to 54g in an effort to speed things up, however, on the new 54mbps network, the fastest upload i've managed so far is 380kb/s, so still way, way down on what i hoped for.

so, if anyone can think of anything that would help, i'm all ears!

chadoe
2004-05-26, 18:44
try adding <item name="buffer size" type="numeric">32768</item> to the settings section in filezilla server.xml

FastShow
2004-05-26, 19:06
nope, not helped. *i should point out that there's every possibility that this is nothing to do with xbmc, but i just can't for the life of me fathom it.

current setup, fyi, is:

wireless adapter on pc <-> wireless router <-> wireless adapter on xbox

all are 54mbps...

and my current filezilla settings are:

<filezillaserver>
<settings>
<item name="admin password" type="string">xbmpzilla</item>
<item name="admin ip addresses" type="string">192.168.*.*</item>
<item name="number of threads" type="numeric">2</item>
<item name="maximum user count" type="numeric">2</item>
<item name="timeout" type="numeric">1800</item>
<item name="no transfer timeout" type="numeric">1800</item>
<item name="allow incoming fxp" type="numeric">0</item>
<item name="allow outgoing fxp" type="numeric">0</item>
<item name="no strict in fxp" type="numeric">1</item>
<item name="no strict out fxp" type="numeric">1</item>
<item name="login timeout" type="numeric">60</item>
<item name="show pass in log" type="numeric">0</item>
<item name="custom pasv enable" type="numeric">0</item>
<item name="custom pasv ip" type="string">192.168.0.1</item>
<item name="custom pasv min port" type="numeric">1</item>
<item name="custom pasv max port" type="numeric">65535</item>
<item name="initial welcome message" type="string">welcome to xbox filezilla (xbmc)
version: %v
http://sourceforge.net/projects/xbfilezilla</item>
<item name="admin port" type="numeric">14147</item>
<item name="serverport" type="numeric">21</item>
<item name="enable logging" type="numeric">1</item>
<item name="buffer size" type="numeric">32768</item>
</settings>
<xbfilezilla>
<freespace>
<drive>
* *<name>c:</name>
* *<minimum>10</minimum>
* *<display>1</display>
</drive>
<drive>
* *<name>e:</name>
* *<minimum>200</minimum>
* *<display>1</display>
</drive>
<drive>
* *<name>f:</name>
* *<minimum>500</minimum>
* *<display>1</display>
</drive>
</freespace>
</xbfilezilla>
<users>
<user name="snip!">
<option name="pass">snip!</option>
<option name="group"/>
<option name="resolve shortcuts">0</option>
<option name="relative">0</option>
<option name="bypass server userlimit">0</option>
<option name="user limit">0</option>
<option name="ip limit">0</option>
<permissions>
<permission dir="/">
<option name="fileread">1</option>
<option name="filewrite">1</option>
<option name="filedelete">1</option>
<option name="fileappend">1</option>
<option name="dircreate">1</option>
<option name="dirdelete">1</option>
<option name="dirlist">1</option>
<option name="dirsubdirs">1</option>
<option name="ishome">1</option>
<option name="autocreate">0</option>
</permission>
<permission dir="c:\">
<option name="fileread">1</option>
<option name="filewrite">1</option>
<option name="filedelete">1</option>
<option name="fileappend">1</option>
<option name="dircreate">1</option>
<option name="dirdelete">1</option>
<option name="dirlist">1</option>
<option name="dirsubdirs">1</option>
<option name="ishome">0</option>
<option name="autocreate">0</option>
</permission>
<permission dir="d:\">
<option name="fileread">1</option>
<option name="filewrite">1</option>
<option name="filedelete">1</option>
<option name="fileappend">1</option>
<option name="dircreate">1</option>
<option name="dirdelete">1</option>
<option name="dirlist">1</option>
<option name="dirsubdirs">1</option>
<option name="ishome">0</option>
<option name="autocreate">0</option>
</permission>
<permission dir="e:\">
<option name="fileread">1</option>
<option name="filewrite">1</option>
<option name="filedelete">1</option>
<option name="fileappend">1</option>
<option name="dircreate">1</option>
<option name="dirdelete">1</option>
<option name="dirlist">1</option>
<option name="dirsubdirs">1</option>
<option name="ishome">0</option>
<option name="autocreate">0</option>
</permission>
<permission dir="f:\">
<option name="fileread">1</option>
<option name="filewrite">1</option>
<option name="filedelete">1</option>
<option name="fileappend">1</option>
<option name="dircreate">1</option>
<option name="dirdelete">1</option>
<option name="dirlist">1</option>
<option name="dirsubdirs">1</option>
<option name="ishome">0</option>
<option name="autocreate">0</option>
</permission>
<permission dir="g:\">
<option name="fileread">1</option>
<option name="filewrite">1</option>
<option name="filedelete">1</option>
<option name="fileappend">1</option>
<option name="dircreate">1</option>
<option name="dirdelete">1</option>
<option name="dirlist">1</option>
<option name="dirsubdirs">1</option>
<option name="ishome">0</option>
<option name="autocreate">0</option>
</permission>
</permissions>
<speedlimits dltype="1" dllimit="10" ultype="1" ullimit="10" serverdllimitbypass="0" serverullimitbypass="0">
<download/>
<upload/>
</speedlimits>
</user>
<user name="test">
<option name="pass"/>
<option name="group"/>
<option name="resolve shortcuts">0</option>
<option name="relative">0</option>
<option name="bypass server userlimit">0</option>
<option name="user limit">0</option>
<option name="ip limit">0</option>
<permissions>
<permission dir="c:\">
<option name="fileread">1</option>
<option name="filewrite">0</option>
<option name="filedelete">0</option>
<option name="fileappend">0</option>
<option name="dircreate">0</option>
<option name="dirdelete">0</option>
<option name="dirlist">1</option>
<option name="dirsubdirs">0</option>
<option name="ishome">1</option>
<option name="autocreate">0</option>
</permission>
</permissions>
<speedlimits dltype="1" dllimit="10" ultype="1" ullimit="10" serverdllimitbypass="0" serverullimitbypass="0">
<download/>
<upload/>
</speedlimits>
</user>
</users>
<groups/>
</filezillaserver>

DustbinMan
2004-05-26, 19:27
what make is the wireless hardware?

FastShow
2004-05-26, 19:42
what make is the wireless hardware?
the adapter on the xbox is the linksys wga54g, the router is a netgear dg834g and the adapter on the pc is the 54g netgear adapter that matches the router.

FastShow
2004-05-27, 11:15
anyone got any suggestions at all? this is doing my head in!

Gamester17
2004-05-27, 13:26
try a wired network first to really narrow it down that the problem really is the wireless and not something else, basic troubleshooting http://www.xboxmediaplayer.de/forums/non-cgi/emoticons/tounge.gif

FastShow
2004-05-27, 13:59
try a wired network first to really narrow it down that the problem really is the wireless and not something else, basic troubleshooting http://www.xboxmediaplayer.de/forums/non-cgi/emoticons/tounge.gif
nah, i like my method of troubleshooting: change 500 variables and try again. if it works, i've got no idea what fixed it, if it doesn't, i've got to start from scratch again 'cos everything's different! http://www.xboxmediaplayer.de/forums/non-cgi/emoticons/tounge.gif

i'll stick my laptop into the xbox tonight with a wired connection and see how that goes.

Gamester17
2004-05-27, 14:02
oh, and try ftp to/from a other xbox dashboard too (like evox, and/or avalaunch, etc.), again basic problem determination http://www.xboxmediaplayer.de/forums/non-cgi/emoticons/wink.gif

FastShow
2004-05-27, 14:39
oh, and try ftp to/from a other xbox dashboard too (like evox, and/or avalaunch, etc.), again basic problem determination http://www.xboxmediaplayer.de/forums/non-cgi/emoticons/wink.gif
ah ha! ahead of you on that one. i've tried unleashx and xbmc - both result in near identical speeds.

Gamester17
2004-05-27, 14:49
oh, and try ftp to/from a other xbox dashboard too (like evox, and/or avalaunch, etc.), again basic problem determination http://www.xboxmediaplayer.de/forums/non-cgi/emoticons/wink.gifah ha! ahead of you on that one. i've tried unleashx and xbmc - both result in near identical speeds.then moving this topic thread to the xbox general forum as the problem is clearly not with xbmc

Seren
2004-07-12, 04:00
are you assigning ip through dhcp or is it static?

if it is static i suggest trying to get the ip assigned (tricky with a bridge sometimes) that has boosted my wireless speed to my xbox considerably.

ttfn

also try connecting the bridge to a pc and see what rates you get there. another thing would be to hard wire a laptop (if you have one...or a friend who can bring one) to the router and see what rates you get to your pc and see if it isn't the network in generat (probbably the router) that is at fault.

kinghowdy0
2004-07-24, 18:08
i recently decided to go wireless and basically part of the problem is with the wga54g, and also it could be part of the settings on your computer. make sure that the nic card o in this case wireless nic is operating in full duplex mode. my setup is pc wired to router and the router is conencted wirelessly to the xbox. when in half-duplex i got an upload of about 600 kb/s after changing it i get about 1,500 kb/s of course when the xbox is wired i get 6000 kb/s. the wga54g also does not leave the connection open if there's no activity from the xbox, if i leave my xbox idle for like 10 minutes i have to restart it to get the ftp server back unless i'm idling while browsing a smb share. wireless is good for using the internet parts of xbmc, streaming, music or photos but it lacks in streaming video (like full films, i haven't tried short videos) and also like i said before the transfer rate really sucks. so there may not be any problems with your set up it's just the wireless network slows traffic drastically because both the pc & xbox are wireless.

gurry
2004-08-10, 09:34
i finally got my wireless network running (joy!) the hard wireld network was running at 1300kb/s, when i went to wireless it dropped to 60kb/s. so even though i have an 11mbps wireless router bridge etc it still slows dramatically.

the only settings i changed were cat 5 cabling to wireless adapter and the speed totally dropped (ergo that is the 'problem'

is there a specific setup to make the router and bridge communicate faster? im guessing but i would say fastshows problem is the same as mine in that the wirless network just runs slower.

also i am going to add a wireless pci card (at present my router is wired to mu nic so i cant get on the internet and ftp at the same time) how do i set the wireless pci for full duplex? the option isnt in the same place as the duplex option for a nic.

thanks

gurry