HPCHOST

Client Login Client Login

How do I transfer files from one server to another on the same account?

Windows:


WinSCP - WinSCP is an open source SFTP client and FTP client for Windows. Its main function is the secure file transfer between a local and a remote computer. Beyond this, WinSCP offers basic file manager functionality. It uses Secure Shell (SSH) and supports, in addition to Secure FTP, also legacy SCP protocol.
You can download it from:

http://www.winscp.net/eng/index.php

 


- To transfer files in windows from one server to another without using an FTP client:

In windows explorer, type:

\\ip address\c$

This maps drive C to the server from which you issued the command.

At this point open a window and just click and drag files from the mapped drive to the server you are on or vice versa. (c$ specifies the C drive on the remote server. For the D drive, simply type d$ instead)

 

Linux:

 

One way is to use the following command from the server to which you want the files to go.

rsync -avz -e ssh root@00.00.00.00:/path/to/files/on/remote/server /path/to/place/files/



Was this answer helpful?

Add to Favourites
Print this Article

Also Read



Close Chat
HPC Host Live Chat