Thanks for your help, I guess my problem was the write permission in the other folder, and it worked fine.
Now I need to do something simillar, I have a file that is uploaded to the server through an account that is owned by certain user, let's say: user1
I want to move this file from certain folder to another folder, however as you mentioned that the permissions won't allow me to do that.
Is there is a way to solve this problem? I don't want to deal with shell account everytime, cause this process (of creating the file and moving the 2 files to the other folder happens 10 times at least daily)
Thanks for your help.