Data Transfer: Difference between revisions

From bwHPC Wiki
Jump to navigation Jump to search
No edit summary
No edit summary
Line 2: Line 2:


'''Example:'''
'''Example:'''

<pre>
<pre>
> sftp ka_xy1234@bwfilestorage.lsdf.kit.edu
> sftp ka_xy1234@bwfilestorage.lsdf.kit.edu
</pre>
Connecting to bwfilestorage.lsdf.kit.edu<br>
Connecting to bwfilestorage.lsdf.kit.edu<br>
ka_xy1234@bwfilestorage.lsdf.kit.edu's password:
ka_xy1234@bwfilestorage.lsdf.kit.edu's password:

Revision as of 17:34, 16 July 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 BwFileStorage_SCP client installed by default, so it needs to be installed before this protocol can be used.