-
Thanks, just lemme know when to start testing for you :)
2009-12-30 20:27:22 UTC by tongle
-
That listing is very good to see the problem. There is a "hist" folder and you get a bad return code on setpath. If the phone tried to block you it should have sent rsp 43 (forbidden) but we see rsp 44 (not found). Strange. As you say obexfs should try to change to the top dir on connect. I'll add that asap.
2009-12-30 20:24:47 UTC by zany
-
h4x0r mnt # obexftp -c ../Obigo -l -c brs -l -c hist -l
Scanning for (null) ...
btkit_discover: Scanning ...
btkit_discover: Found 00:24:83:3D:2E:EF.
2009-12-30 20:09:33 UTC by tongle
-
Please try to list the folder after every setpath so you can check if the sub-folders are there: "-l -c / -l -c Media -l -c Java -l"
Did you try obexfs? Does it show similar problems?.
2009-12-30 19:11:05 UTC by zany
-
And now I'm seeing this when trying to access a 4th directory from within the Media folder, so I guess the directory up is counting as an extra chdir. Perhaps this is the phone causing issues? Hopefully someone can tell me for sure :)
2009-12-30 00:13:09 UTC by tongle
-
So far I've been having luck with doing -c -c -c. As to why I was using ../, it was to go up one directory. This phone does a weird thing with the ftp. Upon initial connection, it'll only display 3 folders. But doing a -c . displays all of the folder (which happens to be media). So far I've been doing ok in the media folder, but I have to use ../ to go up one folder ot access other directories...
2009-12-30 00:05:25 UTC by tongle
-
The folder listing doesn't show a "ams" sub-folder. Can you verify there is such a folder a that level? Also is there a reason to put "../" a the front of the path? You should also be able to do e.g. -c Media -c Java -v ams.
2009-12-29 22:33:17 UTC by zany
-
I'm trying to browse the filesystem on my lg xenon phone. Whenever I -c two directories (for example, -c ../Media/Java), the command works, but whenever I try three directories (for example, -c ../Media/Java/ams, and a bunch of other folders like this), I get an error code. I'm not sure if something's going on with obexftp, or if my phone is limiting the number of directories that can be changed...
2009-12-29 22:28:05 UTC by tongle
-
Some file managers try to set permissions and time for files during the operations on the mounted ObexFS file system and get errors.
Krusader is the example. I was uploading a large set of files to my Nokia phone and it displayed the error message about being unable to set permissions on each copied file. It was very annoying to click on the OK button many many times.
I propose to insert...
2009-12-16 07:36:12 UTC by https://www.google.com/accounts
-
Did you try using -L/usr/lib or juststuffing the lib archives in there, e.g. gcc /usr/lib/libobexftp.a -o out main.o
Also see the section '-llibrary' in gcc(1) i.e. man gcc.
2009-11-28 15:12:43 UTC by zany