Data Transfer: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
(Blanked the page) |
||
Line 1: | Line 1: | ||
<H1>Using SFTP from Unix client</H1> |
|||
'''Example:''' |
|||
<pre> |
|||
> 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 |
|||
</pre> |
|||
<H1>Using SFTP from Windows and Mac client</H1> |
|||
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:''' |
|||
* [https://www.openssh.com/ OpenSSH] |
|||
*[https://www.chiark.greenend.org.uk/~sgtatham/putty/download.html Putty suite] (for Windows and Unix) |
|||
*[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://cygwin.com/install.html Cygwin] (for Windows) |
|||
<br> |
|||
'''network drive over SFTP:''' |
|||
*[https://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) |
|||
*[https://www.netdrive.net/ NetDrive] (for Windows) |
|||
*[https://www.expandrive.com/expandrive ExpanDrive] (for Windows and Mac) |
|||
<hr> |
|||
<br> |
|||
<br> |
|||
<br> |
|||
<br> |
|||
[[Category:bwFileStorage|SFTP]] |