GP2X Ftp->sd Card Needs Chmod +x


GernotFrisch

Member
Joined
Jan 2, 2007
Messages
445
When I FTP copy a program to my SD card, and start it from telnet (first time) I get "no access" error. From the gp2xmenu it freezes. After a restart or after a chmod +x it runs fine.
I'm using FileZilla FTP thingy.
 
Yup, that happens with all FTP programs, you can also chmod it from the FTP client if you want.

I use samba to dev now, I like it a lot better.
 
I use FAT and i need to set permission. I guess it sets a+x when it remounts, but that is rather tedious. I wrote a scriptfile myself that runs chmod a+x program followed by ./program to speed up developement time.
 
Micket said:
I use FAT and i need to set permission. I guess it sets a+x when it remounts, but that is rather tedious. I wrote a scriptfile myself that runs chmod a+x program followed by ./program to speed up developement time.
That's propably the best idea. Though it's really strange. The ftp should do it. Also, I can't set the file right in the ftp program neither.
Anyway.
 
Last edited by a moderator:
Back
Top