Skip to main content

files not showing in File Manager after copying via SSH from another server

Comments

3 comments

  • Dan Golding
    Worked out the answer! The answer to this problem is the ownership of the folder Using scp over SSH meant that I was logged in as "root" and therefore the owner of the folders was also "root" Changing the owner of the folder (using "chown" command) to the account's name resolved the problem Hope this helps someone out
    0
  • cPAdminsMichael
    Hi Dan, First - next time I would recommend using rsync instead of fx scp. It's much more flexible and reliable - especially when copying huge websites. Next.. your issue... it's probably because you haven't set the right permissions/owners after your transfer completed ;-) Remember to do a chown account:account on the files.
    0
  • cPanelLauren
    Worked out the answer! The answer to this problem is the ownership of the folder Using scp over SSH meant that I was logged in as "root" and therefore the owner of the folders was also "root" Changing the owner of the folder (using "chown" command) to the account's name resolved the problem Hope this helps someone out

    Glad to see you were able to resolve this issue and thanks for updating here what the problem was.
    0

Please sign in to leave a comment.