====== Data Exchange With a Remote WinSCP Server ====== **WinSCP** is a free, open source graphical SFTP, SCP and FTP software for the Windows operating system. The main its function is the secure transfer of files between local and remote computers. **Download WinSCP** [[https://winscp.net/eng/download.php|here]] ==== WinSCP Instructions ==== Open **WinSCP** and enter the address of the server you want to connect to, your username and password in the pop-up window that automatically appears. **If you are on a MIF network** and you do not need SSH key authorization, you can immediately connect to the server you need and exchange data. **If you are not on the MIF network** - the server will require an **ssh login** for connection to a virtual server or supercomputer that are on the MIF network. You should do as follows: - In the window that opens, click **Advanced**.{{ :duk:win_scp_1.png }} - Make a tunnel login: select //Tunnel// from the menu on the left and enter the **uosis.mif.vu.lt** in the //Host name// column and the logins of the MIF user.{{ :duk:win_scp_tunnel.png }} - Choose **Authentication** on the left. Click on the three dots in the //Private key file// field and add your private SSH key and then press **OK**. You can read how to make an **SSH key** **[[en:duk:ssh_key|here]]**{{ :duk:win_scp_auth.png }} - When you return to the initial login window, enter the name or IP address of the server you are connecting to, your username and password if required. {{ :duk:win_scp.png }} If you are using **SSH** key, you do not need to enter a password, but you will only be asked to enter the passphrase of the **SSH** key.{{ :duk:win_scp_ssh.png }} When you connect to the server, you will see: * on the left, your computer's disk data; * on the right, the file system of the server you are connected to. To send data to the server, select the files on your computer's disk on the left and drag and drop them to the server's file system on the right. To download data, drag and drop the files from the right to the left. {{ :duk:win_scp_connected.png }}