I am behind a router and with evox I used to just connect up no worries.
I left no code in the menu file for mxm and it didn't work so I added this to the bottom of the menu.xml file:
| CODE |
| <Network> <UseDHCP>true</UseDHCP> <IP /> <DefaultGateway>192.168.0.1</DefaultGateway> <SubnetMask>255.255.255.0</SubnetMask> </Network> <FTPServer> <ServerPort>21</ServerPort> <AllowAnon>True</AllowAnon> <AnonRoot>/</AnonRoot> </FTPServer> </Menu> |
I found this in another thread, my FTP client just hangs connecting to it. I have tried diff clients and also in Passive Mode. Any ideas please?