Difference between revisions of "Data Transfer"

From bwHPC Wiki
Jump to: navigation, search
Line 21: Line 21:
 
Windows clients do not have a SCP/SFTP client installed by default, so it needs to be installed before this protocol can be used.
 
Windows clients do not have a SCP/SFTP client installed by default, so it needs to be installed before this protocol can be used.
   
'''Windows tools for example:'''
+
'''Tools for example:'''
  +
* [http://www.openssh.com/ OpenSSH]
 
*[http://winscp.net/eng/download.php WinSCP]
+
*[http://www.chiark.greenend.org.uk/~sgtatham/putty/download.html Putty suite] (for Windows and Unix)
*[http://sourceforge.net/projects/filezilla/ FileZilla]
+
*[http://winscp.net/eng/download.php WinSCP] (for Windows)
  +
*[https://filezilla-project.org/download.php?show_all=1 FileZilla] (for Windows, Mac and Linux)
*[http://www.chiark.greenend.org.uk/~sgtatham/putty/download.html Putty suite]
 
*[http://cygwin.com/install.html Cygwin]
+
*[http://cygwin.com/install.html Cygwin] (for Windows)
  +
<br>
Network Drive over SFTP:
 
  +
'''network drive over SFTP:'''
*[http://www.southrivertechnologies.com/download/downloadwd.html WebDrive]
 
*[http://www.expandrive.com/expandrive ExpanDrive]
+
*[http://www.southrivertechnologies.com/download/downloadwd.html WebDrive] (for Windows and Mac)
  +
*[https://www.eldos.com/sftp-net-drive/comparison.php SFTP Net Drive (ELDOS)] (for Windows)
*[http://www.netdrive.net/ NetDrive]
 
  +
*[http://www.netdrive.net/ NetDrive] (for Windows)
  +
*[http://www.expandrive.com/expandrive ExpanDrive] (for Windows and Mac)
 
<hr>
 
<hr>
 
<br>
 
<br>

Revision as of 09:49, 2 September 2014

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 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: