iCIS Intra Wiki
categories:             Info      -       Support      -       Software       -      Hardware       |      AllPages       -      uncategorized

Difference between revisions of "Ssh Software"

From ICIS-intra
Jump to navigation Jump to search
Line 21: Line 21:
 
*[http://www.freesshd.com/ FreeSHHd ](windows,free software) <br>
 
*[http://www.freesshd.com/ FreeSHHd ](windows,free software) <br>
  
<br>
+
== sftp to ftp bridge<br> ==
  
== sftp to ftp bridge<br> ==
+
Some programs have a ftp client builtin to easily give access to remote files from within the program itself. Unfortunately these programs often do not support sftp as well. The solution for this problem is to use a sftp to ftp bridge. The following software delivers this&nbsp;:<br>  
  
Some programs have a ftp client builtin to easily give access to remote files from within the program itself. Unfortunately these programs often do not support sftp as well. The solution for this problem is to use a sftp to ftp bridge. The following software delivers this :<br>
+
*[http://www.bitvise.com/ftp-bridge Tunnelier ](windows)<br>note: Tunnelier is free for personal use, as well as for individual commercial use inside organizations.<br><br>
  
*[http://www.bitvise.com/ftp-bridge Tunnelier ](windows)<br>note: Tunnelier is free for personal use, as well as for individual commercial use inside organizations.<br><br>
+
<br>  
  
 
[[Category:Software]] [[Category:AllPages]]
 
[[Category:Software]] [[Category:AllPages]]
 
<br>
 

Revision as of 16:22, 16 July 2010

ssh : remote shell   

  • /usr/bin/ssh (linux)
  • putty (windows, opensource)

scp : remote copy

  • /usr/bin/scp (linux)
  • tunnelier (windows)
    note: Tunnelier is free for personal use, as well as for individual commercial use inside organizations.
  • winscp (windows,opensource)

ssh mount

  • dokan sshfs  (windows) 
    note: Dokan sshfs is depending on Dokan library and Microsoft Visual C++ 2005 SP1 Redistributable Package which must be installed first
  • fuse sshfs  (linux,opensource)
    note: install fuse-sshfs linux package

sshd server

  • openssh-server /usr/sbin/sshd (linux)
  • WinSSHD (windows) note: All organizations must purchase licenses.
  • FreeSHHd (windows,free software)

sftp to ftp bridge

Some programs have a ftp client builtin to easily give access to remote files from within the program itself. Unfortunately these programs often do not support sftp as well. The solution for this problem is to use a sftp to ftp bridge. The following software delivers this :

  • Tunnelier (windows)
    note: Tunnelier is free for personal use, as well as for individual commercial use inside organizations.