Data Transfer: Difference between revisions
Jump to navigation
Jump to search
(added putty psftp) |
No edit summary |
||
Line 22: | Line 22: | ||
'''Windows tools for example:''' |
'''Windows tools for example:''' |
||
'''for Windows:''' |
|||
*[http://winscp.net/eng/download.php WinSCP] |
*[http://winscp.net/eng/download.php WinSCP] |
||
*[http://sourceforge.net/projects/filezilla/ FileZilla] |
*[http://sourceforge.net/projects/filezilla/ FileZilla] |
||
*[http://www. |
*[http://www.chiark.greenend.org.uk/~sgtatham/putty/download.html Putty suite] |
||
⚫ | |||
*[https://www.eldos.com/-net-drive/comparison.php NetDrive] |
|||
*[http://cygwin.com/install.html Cygwin] |
*[http://cygwin.com/install.html Cygwin] |
||
Network Drive over SFTP: |
|||
*[http://www.chiark.greenend.org.uk/~sgtatham/putty/download.html PSFTP from Putty suite] |
|||
*[http://www.southrivertechnologies.com/download/downloadwd.html WebDrive] |
|||
* ... |
|||
⚫ | |||
*[http://www.netdrive.net/ NetDrive] |
|||
<hr> |
<hr> |
||
<br> |
<br> |
||
<br> |
|||
<br> |
|||
<br> |
|||
[[Category:bwFileStorage|SFTP]] |
[[Category:bwFileStorage|SFTP]] |
Revision as of 09:11, 21 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: for Windows:
Network Drive over SFTP: