Difference between revisions of "Data Transfer"

From bwHPC Wiki
Jump to: navigation, search
Line 26: Line 26:
 
*[https://winscp.net/eng/download.php WinSCP] (for Windows)
 
*[https://winscp.net/eng/download.php WinSCP] (for Windows)
 
*[https://filezilla-project.org/download.php?show_all=1 FileZilla] (for Windows, Mac and Linux)
 
*[https://filezilla-project.org/download.php?show_all=1 FileZilla] (for Windows, Mac and Linux)
*[http://cygwin.com/install.html Cygwin] (for Windows)
+
*[https://cygwin.com/install.html Cygwin] (for Windows)
 
<br>
 
<br>
 
'''network drive over SFTP:'''
 
'''network drive over SFTP:'''

Revision as of 10:10, 29 November 2017

1 Using SFTP from Unix client

Example:

> sftp  ka_xy1234@bwfilestorage.lsdf.kit.edu
Connecting to bwfilestorage.lsdf.kit.edu<br>
ka_xy1234@bwfilestorage.lsdf.kit.edu's password: 
sftp> ls
snapshots
temp test
sftp> help
...
sftp> put myfile
sftp> get myfile


2 Using SFTP from Windows and Mac client

Windows clients do not have a SCP/SFTP client installed by default, so it needs to be installed before this protocol can be used.

Tools for example:


network drive over SFTP: