Data Transfer: Difference between revisions

From bwHPC Wiki
Jump to navigation Jump to search
No edit summary
No edit summary
Line 19: Line 19:
<H1>Using SFTP from WINDOWS client</H1>
<H1>Using SFTP from WINDOWS client</H1>


Windows clients do not have a [[BwFileStorage_SCP|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|SCP]] client installed by default, so it needs to be installed before this protocol can be used.


'''Windows tools for example:'''
*[http://winscp.net/eng/download.php WinSCP]
*[http://sourceforge.net/projects/filezilla/ FileZilla]
*[http://www.southrivertechnologies.com/download/downloadwd.html WebDrive]
*[http://www.expandrive.com/expandrive ExpanDrive]
*[https://www.eldos.com/-net-drive/comparison.php NetDrive]
*[http://cygwin.com/install.html Cygwin]
* ...
<hr>
<hr>
<br>
<br>
<br>
<br>
<br>
<br>

Revision as of 09:47, 8 August 2014

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


Using SFTP from WINDOWS client

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

Windows tools for example: