Difference between revisions of "Sds-hd SFTP"

From bwHPC Wiki
Jump to: navigation, search
(Created page with "<H1>Using SFTP from Unix client</H1> '''direct Access:''' ''Example:'' <pre> > sftp hd_xy123@lsdf02sshfs.urz.uni-heidelberg.de Connected to lsdf02sshfs.urz.uni-heidelberg....")
 
(Redirected page to SDS@hd)
(Tag: New redirect)
 
(11 intermediate revisions by one other user not shown)
Line 1: Line 1:
  +
#REDIRECT [[SDS@hd]]
<H1>Using SFTP from Unix client</H1>
 
 
'''direct Access:'''
 
 
''Example:''
 
 
<pre>
 
> sftp hd_xy123@lsdf02sshfs.urz.uni-heidelberg.de
 
Connected to lsdf02sshfs.urz.uni-heidelberg.de.
 
sftp> ls
 
sd16j007 sd17c010 sd17d005
 
sftp>
 
sftp> help
 
...
 
sftp> put myfile
 
sftp> get myfile
 
</pre>
 
 
'''mounting network drive over SFTP:'''
 
 
In most linux distributions you could install a package for fuse mounting a network drive.
 
 
''Example (debian/ubuntu):''
 
<pre>
 
> apt-get install sshfs
 
> mkdir ~/sds-hd
 
> sshfs hd_xy123@lsdf02sshfs.urz.uni-heidelberg.de: ~/sds-hd
 
> ls ~/sds-hd
 
sd16j007 sd17c010 sd17d005
 
</pre>
 
 
''Example (CentOS/RedHat):''
 
<pre>
 
yum install fuse-sshfs
 
> mkdir ~/sds-hd
 
> sshfs hd_xy123@lsdf02sshfs.urz.uni-heidelberg.de: ~/sds-hd
 
> ls ~/sds-hd
 
sd16j007 sd17c010 sd17d005
 
</pre>
 
 
You can close/unmount the network drive with the command:
 
<pre>
 
fusermount -u ~/sds-hd
 
</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:'''
 
* [http://www.openssh.com/ OpenSSH]
 
*[http://www.chiark.greenend.org.uk/~sgtatham/putty/download.html Putty suite] (for Windows and Unix)
 
*[http://winscp.net/eng/download.php WinSCP] (for Windows)
 
*[https://filezilla-project.org/download.php?show_all=1 FileZilla] (for Windows, Mac and Linux)
 
*[http://cygwin.com/install.html Cygwin] (for Windows)
 
<br>
 
'''network drive over SFTP:'''
 
*[http://www.southrivertechnologies.com/download/downloadwd.html WebDrive] (for Windows, Mac, iOS, Android)
 
*[http://www.sftpnetdrive.com/ SFTPNetDrive] (for Windows)
 
*[http://www.netdrive.net/ NetDrive] (for Windows)
 
*[http://www.expandrive.com/expandrive ExpanDrive] (for Windows and Mac)
 
*[https://mountainduck.io/ MountainDuck] (for Windows and Mac)
 
<hr>
 
<br>
 
<br>
 
<br>
 
<br>
 
[[Category:Sds-hd|SFTP]]
 

Latest revision as of 16:51, 19 August 2022

Redirect to: