Hello

I have 2 servers. On the 1st server make backup folder here [/tmp/backup/] and when i try to move files via SSH from the first server to the second server got this error.

553 Can't open that file: Permission denied
so what i'm doing. I login via ssh to my first server with root user. Connect via ftp to my second server /ftp user access/ and try to "mput" all files from /tmp/backup/ folder to /home/new-user/backup folder, put got the above error.

WHat i'm doing wrong?

All files on first server are owned by root [root.root], and i trying to transfer this files with root access/

Need advice