Community

Closed Move file to new vps using SSH ؟

K👑
King 👑 #1

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

Mi
Michael #2

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

Dr
Dreamer #3

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

K👑
King 👑 #4

Thanks :pray::pray::pray:

This topic is closed to new replies.