Noah-p0werd0wn / iphuc

Automatically exported from code.google.com/p/iphuc
0 stars 0 forks source link

ls etc reverts to local filesystem #4

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. ls any_relative_path
2.
3.

What is the expected output? What do you see instead?
Suposed to see directory listing on phone, see failure referencing local fs

What version of the product are you using? On what operating system?
rev17 from svn, win32 (yes - testing port think this is your bug)

Please provide any additional information below.
in n_ls -----
        if(args[1].c_str()[0]=='/')
            args[1] = args[1].substr(1);
        else
//BUGFIX??????
            ls_dir = sh->remote_path;  <===== code=local_path

Original issue reported on code.google.com by michaelr...@gtempaccount.com on 21 Aug 2007 at 6:54

GoogleCodeExporter commented 8 years ago
Woe32 isn't exactly supported atm... perhaps you should change it and commit.  
Come talk to us at 
#iphone.iphuc if you wanna be added to the project.

Original comment by iphucm...@gmail.com on 29 Aug 2007 at 2:45

GoogleCodeExporter commented 8 years ago
Does anyone hang out there anymore, been tying for at least a week to get a 
response.

Original comment by m.r0...@gmail.com on 10 Sep 2007 at 2:49