Hi there,
if I upload my files normally via a FileTransferClient, the will have the Permissions "-rw-------".
But I want to set the permissions 777 (so that anybody can read, write and execute the files "-rwxrwxrwx")
I tried with FTPFile.setPermissions(), but it does not work...
Please help!
Best regards
Piwi