Since the update from 8.2.2.4 (German) to 8.2.2.5 (German) the recursive CHMOD function don't work (a lot of 550 errors - file not found)
I tried to switch back to the previous version but i can't find 8.2.2.4 (The CD i've purchased contains 8.2.0.4)
Any idea where to download 8.2.2.4 U German?
Did you install the Unicode upgrade? If you grabbed the ANSI (Win9x) version by mistake that might explain the errors.
If you're familiar with FileMon it's worth using that to see which files Opus is trying to access and failing on.
I'm using the unicode version (XP)
[quote="nudel"]
If you're familiar with FileMon it's worth using that to see which files Opus is trying to access and failing on.[/quote]
I'm talking about changing attributes on FTP-Sites (CHMOD). I don't belive that FileMon is able to fetch communication between DOpus and the ftp-server.
Anything in the FTP log? (Tools -> Output Window)
Yes!
I tried a bit and discovered the following:
If i connect to the server do nothing but right click the folder and change the attributes all works fine. If i change into any folder upload some files, go back to / and try to change the attributes the error occurs.
...
257 "/" is current directory.
--> SITE CHMOD 0777 test
200 SITE CHMOD command successful
--> SITE CHMOD 0777 test1
550 test1: No such file or directory
--> SITE CHMOD 0777 test1
550 test1: No such file or directory
--> SITE CHMOD 0777 blindtext.txt
550 blindtext.txt: No such file or directory
there is a folder "test" and a folder "test1" inside the "test" folder.
"blindtext.txt" is placed in "test1"
As you can see the path in DOpus is not correct.
It should be something like:
257 "/" is current directory.
--> PASV
227 Entering Passive Mode (83,133,48,67,195,94).
--> LIST -alF
150 Opening ASCII mode data connection for file list
1212 Bytes empfangen in 0.94 Sekunden (11.736 Kbytes/Sek.)
226 Transfer complete.
--> CWD /test
250 CWD command successful
--> PWD
257 "/test" is current directory.
--> PASV
227 Entering Passive Mode (83,133,48,67,195,82).
--> LIST -alF
150 Opening ASCII mode data connection for file list
182 Bytes empfangen in 0.78 Sekunden (1.976 Kbytes/Sek.)
226 Transfer complete.
--> SITE CHMOD 0755 test1
200 SITE CHMOD command successful
--> CWD /test/test1
250 CWD command successful
--> PWD
257 "/test/test1" is current directory.
--> PASV
227 Entering Passive Mode (83,133,48,67,195,94).
--> LIST -alF
150 Opening ASCII mode data connection for file list
190 Bytes empfangen in 0.94 Sekunden (1.976 Kbytes/Sek.)
226 Transfer complete.
--> SITE CHMOD 0755 blindtext.txt
200 SITE CHMOD command successful
--> CDUP
250 CDUP command successful
--> PWD
257 "/test" is current directory.
--> CDUP
250 CDUP command successful
--> PWD
257 "/" is current directory.
hope this helps
Please submit a formal report through the main GPSoft web site and the Support page and I'll supply a fix for you for this issue.