I have a website that I'm trying to migrate from Bluehost to SiteGround.
I compressed the website into a zip file, i created the SSH access within SiteGround and i'm successfully connected to it, when i try to transfer remotely the zip file located on bluehost i get an error saying: "Could not resolve hostname ssh..."
Usually for transferring files i use the same methods with other hosts, only this time it doesn't not work between Bluehost -> SiteGround
This is the command line i'm using:
cp -r https://oldhost.com/myfile.zip / scp -r https://oldhost.com/myfile.zip /
Does anybody have an idea why this is not working? Any help would be much appreciated.
Thank you