Move file to new vps using SSH ؟

I want to help
How to do it
copy file form old vps to new vps using SSH

Just put in new server:
sftp <ip_old_server>
put the password
cd to the path you saved the files and the database for example.
cd /home/mywebsite.com/public_html/
get mybackup_files.zip
get mybackupDB.zip

Done

If you not familiar with SSH easy way is to use WinSCP program.

Thanks :pray::pray::pray:

This topic was automatically closed 3 hours after the last reply. New replies are no longer allowed.