Difference between revisions of "Data Transfer"

From bwHPC Wiki
Jump to: navigation, search
Line 1: Line 1:
<H1></H1>
+
<H1>Using SFTP from UNIX client</H1>
   
  +
'''Example:'''
  +
<pre>
  +
> sftp ka_xy1234@bwfilestorage.lsdf.kit.edu
  +
</pre>
  +
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
  +
</pre>
   
   
<H1>Using SFTP from Microsoft client</H1>
+
<H1>Using SFTP from WINDOWS client</H1>
 
Windows clients do not have a SCP client installed by default, so it needs to be installed before this protocol can be used.
 
   
  +
Windows clients do not have a [[BwFileStorage_SCP]] client installed by default, so it needs to be installed before this protocol can be used.
   
 
<hr>
 
<hr>
 
<br>
 
<br>
 
<br>
 
<br>
[[Category:bwFileStorage]]
+
[[Category:bwFileStorage|SFTP]]

Revision as of 17:33, 16 July 2014

1 Using SFTP from UNIX client

Example:

> sftp  ka_xy1234@bwfilestorage.lsdf.kit.edu

Connecting to bwfilestorage.lsdf.kit.edu
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 BwFileStorage_SCP client installed by default, so it needs to be installed before this protocol can be used.