In the Wizard -> FTP Settings
Using Select directory Displays my directory structure correctly and i can browse throiugh all the folders, and I can select my instalation directory.
In the log it displays the usages of the CWD and the selected path correctly.
CWD /var/www/vhosts/www.foo.bar.eu/HTML/LiveZilla
CURRENT BEHAVIOR
Now when I try to upload or update the instalations since the 3.2 version it has a bug:
The Client incorrectly first tries to acces the / folder Which will not be accesable on systems that are on secure rules.
CWD / 550 /: No such file or directory /: No such file or directory (550).
EXPECTED BEHAVIOR
The Update/Install Wizard uses the path given inside the Folder: settings as it was selected or given by the user.
Old versions of LiveZilla did this correctly, the newer versions have this bug that first CWD's to / instead of the path given by the user.
PROPOSED FIX
Remove the code that initiates with a CWD / and replace it with an immediate CWD /foo/bar/folder/user/has/set
As it is in the RFC directly use of directories is allowed and recommended.
Hope you can fix soon as it blocks updating on several shared hosting
Wessel












