3.24 Updates¶
Bug correction¶
- The machine name encoding was not processed correctly with unicode values. This may produce a bad password response from the server.
- There was an issue with unicode path names when the user name was unicode. This may produce an error when transmitting the file to the server.
- On MAC version, the error messages were not displayed.
New features¶
- Reducing the number of commands in the protocol. This should speed up the file transmission to server.
- Possibility to define and call an external filter before sending the file. This can be used for example to transform a postscript file to a pdf file on the client side
Loading...