|
|
|
|
|
by progman
4276 days ago
|
|
I downloaded http://pigshell.com/v/0.6.2/psty.py, started it with "python psty.py -a" and did "mount http://localhost:50937/ /dir" successfully. Unfortunately only "ls /dir/file" works but neither "cat /dir/file" nor "cp /dir/file ." although "file" was marked with "chmod a+r". I get the message "Cross-origin request denied (check if psty is running)". What do I wrong? |
|
As a workaround in 0.6.2, please use a trailing slash in the name of the mount point. ( /dir/ rather than /dir)
Alternately, use http://pigshell.com/v/0.6.3-pre4/ which would have the fix.