ftp geplayer to iphone

iPhone/iPod/iPad specific questions and discussion

ftp geplayer to iphone

Postby dwayneh » Sun Jul 25, 2010 2:57 am

Hi, i cannot get ftp from mac running snow leopard to my iphone. i have installed geplayer and it is running the ftp server, but i cannot connect with multiple ftp clients to the iphone. some do not like the blank user and password. others just time out. any suggestions? thanks.
dwayneh
 
Posts: 9
Joined: Sun May 23, 2010 1:26 pm
Score: 0 Give a positive score

Re: ftp geplayer to iphone

Postby akr » Sun Jul 25, 2010 3:28 pm

You should do something like:

ftp <192.168.178.56> 20000
return
return
put game.dat geplayer.dat

where <xx.xx.xx.xx> is the ip address given by geplayer. Works from any unix.

On windows its
ftp
open <xx.xx.xx.xx> 20000
return
return
....
Co-Developer of GE engine

If u are interrested in new features of apple or android ge engines check the engine support website game-editor.net regulary.
akr
 
Posts: 453
Joined: Thu Feb 25, 2010 7:56 pm
Location: Germany, Ulm
Score: 40 Give a positive score

Re: ftp geplayer to iphone

Postby dwayneh » Sun Jul 25, 2010 7:29 pm

when i try this, it times out and does not connect. not sure why it is not connecting.
dwayneh
 
Posts: 9
Joined: Sun May 23, 2010 1:26 pm
Score: 0 Give a positive score

Re: ftp geplayer to iphone

Postby dwayneh » Mon Jul 26, 2010 2:22 am

I found what I think might be the problem, but am not sure how to fix it. My Mac connects to my home network with a 192.168.1.100 IP address. The GE server gives an IP address for the iPhone of 10.xxx.xxx.xxx, with the last 3 sets of numbers changing at times. I am not too familiar with Mac IP addresses. When I change using DHCP with manual address to something that is similar to the iPhone, nothing happens. Getting frustrated.

any ideas would be greatly appreciated.
dwayneh
 
Posts: 9
Joined: Sun May 23, 2010 1:26 pm
Score: 0 Give a positive score

Re: ftp geplayer to iphone

Postby akr » Mon Jul 26, 2010 7:28 pm

Lemme know what ip address is displayed.
Should start with 192...
Co-Developer of GE engine

If u are interrested in new features of apple or android ge engines check the engine support website game-editor.net regulary.
akr
 
Posts: 453
Joined: Thu Feb 25, 2010 7:56 pm
Location: Germany, Ulm
Score: 40 Give a positive score

Re: ftp geplayer to iphone

Postby dwayneh » Tue Jul 27, 2010 2:17 am

the first time it showed
10.113.250.148

the second time it showed
10.84.45.33 20000

i just tried it again without being connected to my mac and got this
10.65.154.56
dwayneh
 
Posts: 9
Joined: Sun May 23, 2010 1:26 pm
Score: 0 Give a positive score

Re: ftp geplayer to iphone

Postby dwayneh » Tue Jul 27, 2010 2:18 am

all had the 20000 showing as the port number
dwayneh
 
Posts: 9
Joined: Sun May 23, 2010 1:26 pm
Score: 0 Give a positive score

Re: ftp geplayer to iphone

Postby akr » Tue Jul 27, 2010 7:12 am

At the first glance it looks like you iphone connected to a different network. Pls go into your wireless router and look into the dhcp table to find out how many and which
devices are connected.

Also pls check your iphone wifi settings and make sure that your home wifi option has a checkmark and is active.

andreas
Co-Developer of GE engine

If u are interrested in new features of apple or android ge engines check the engine support website game-editor.net regulary.
akr
 
Posts: 453
Joined: Thu Feb 25, 2010 7:56 pm
Location: Germany, Ulm
Score: 40 Give a positive score

Re: ftp geplayer to iphone

Postby dwayneh » Tue Jul 27, 2010 11:53 am

when i connect to the wireless network and run geplayer, i get fe80::224:36ff:fe43:f9f7%en0 port 20000 as an ip address.
dwayneh
 
Posts: 9
Joined: Sun May 23, 2010 1:26 pm
Score: 0 Give a positive score

Re: ftp geplayer to iphone

Postby akr » Tue Jul 27, 2010 1:36 pm

This is a know limitation of NSHost of Objectiv-C. Sometimes it gives a IPv6 address. I can understand that this is a problem. As said, if u have a chance to find your ip via router
DHCP table would be a short fix.

In the meantime I will update geplayer to give more readable ip addresses.

andreas
Co-Developer of GE engine

If u are interrested in new features of apple or android ge engines check the engine support website game-editor.net regulary.
akr
 
Posts: 453
Joined: Thu Feb 25, 2010 7:56 pm
Location: Germany, Ulm
Score: 40 Give a positive score

Re: ftp geplayer to iphone

Postby akr » Tue Jul 27, 2010 7:04 pm

I created an updated geplayer for u. Has a more sophisticated method to retrieve ip address:


ftp://ftp1062526-ged:fantastic@ftp.game-editor.net

Lemme know if it works.

Andreas
GE team
Co-Developer of GE engine

If u are interrested in new features of apple or android ge engines check the engine support website game-editor.net regulary.
akr
 
Posts: 453
Joined: Thu Feb 25, 2010 7:56 pm
Location: Germany, Ulm
Score: 40 Give a positive score

Re: ftp geplayer to iphone

Postby dwayneh » Wed Jul 28, 2010 4:02 am

andreas,

part success!! i am able to connect using the old geplayer. i had someone show me how to find the ip address on my phone before starting the geplayer.

but i cannot transfer the file. here is my ftp session:


ftp> ftp 192.168.1.103 20000
Connected to 192.168.1.103.
220 geplayer FTP server ready.
Name (192.168.1.103:dwayneh):
331 Password required for dwayneh
Password:
230 User logged in.
Remote system type is UNIX.
Using binary mode to transfer files.
ftp> put ibreaktest2.dat geplayer.dat
local: ibreaktest2.dat remote: geplayer.dat
ftp: Can't open `ibreaktest2.dat': No such file or directory
ftp> bin
200 Type set to I.
ftp> put ibreaktest2.dat geplayer.dat
local: ibreaktest2.dat remote: geplayer.dat
ftp: Can't open `ibreaktest2.dat': No such file or directory

what am i missing?
dwayneh
 
Posts: 9
Joined: Sun May 23, 2010 1:26 pm
Score: 0 Give a positive score

Re: ftp geplayer to iphone

Postby akr » Wed Jul 28, 2010 6:27 am

When u open a terminal window, make sure your current directory contains your file you want to upload. The error message comes from your local ftp client.
Client cant find your file to upload in current dir.
Co-Developer of GE engine

If u are interrested in new features of apple or android ge engines check the engine support website game-editor.net regulary.
akr
 
Posts: 453
Joined: Thu Feb 25, 2010 7:56 pm
Location: Germany, Ulm
Score: 40 Give a positive score

Re: ftp geplayer to iphone

Postby dwayneh » Fri Jul 30, 2010 11:15 pm

Andreas,
Success!! Was able to get my file transferred.

Thanks for the help and your patience with my getting through this!!

Dwayne
dwayneh
 
Posts: 9
Joined: Sun May 23, 2010 1:26 pm
Score: 0 Give a positive score


Return to iOS

Who is online

Users browsing this forum: No registered users and 1 guest

cron