Transfering site - how to get files owned by "nobody"
Hello,I moved one site to another server. Problem is that some files aren't present on new server - the ones that are owned by "nobody" and have -r----x--t permission.
I can't (or don't know how) get them trough ssh or ftp (permission denied).
On the old server I have shell access, but not root. So when I tried to change to my user with chown command, server said:
"Operation not permitted". Chmod don't work too.
What are my solutions to recover that files?
thanks!