From deb7c1d1994133a9c35a0f95af2615949a4e75fa Mon Sep 17 00:00:00 2001 From: Andreas Gocht <andreas.gocht@tu-dresden.de> Date: Thu, 6 Jan 2022 11:59:19 +0100 Subject: [PATCH] Update export_nodes.md * mention that scp and sftp are also built-in with Windows OpenSSH implementation --- doc.zih.tu-dresden.de/docs/data_transfer/export_nodes.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/doc.zih.tu-dresden.de/docs/data_transfer/export_nodes.md b/doc.zih.tu-dresden.de/docs/data_transfer/export_nodes.md index 71ca41949..582ec1670 100644 --- a/doc.zih.tu-dresden.de/docs/data_transfer/export_nodes.md +++ b/doc.zih.tu-dresden.de/docs/data_transfer/export_nodes.md @@ -133,6 +133,12 @@ the local machine. ## Access From Windows +### Commandline + +Windows 10 (1809 and higher) comes with a [built-in OpenSSH support](https://docs.microsoft.com/en-us/windows-server/administration/openssh/openssh_overview) including the above described [scp](#SCP) and [sftp](#SFTP). + +### GUI - Using WinSCP + First you have to install [WinSCP](http://winscp.net/eng/download.php). Then you have to execute the WinSCP application and configure some -- GitLab