CyberPanel Community

ClosedMove 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

3 replies
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.

Sign in to reply