linuxsshputtyfile-transfertunnel

Data upload using Putty from a Windows network to a remote server


I have some data files which are of the format .tar.gz.partaa on a Network, let's call it Network A . I can access it on my Windows network. I am using Putty to connect to a server B where I want to upload this data to a specific folder. How should this file transfer be done ?

I need this data to be transferred to the remote server B so that it can be further processed on Grafana and Influx.


Solution

  • After researching around on the internet, I found the following command which can be used to transfer the data to a server:

    scp source_filename userid@server_name:/path_destination_filename
    

    This tutorial can also be used as a reference: https://youtu.be/fmMg6cyww14