Re: Does IIS support SFTP?



"tl" <tl@xxxxxxxxxxxxxxxxxxxxxxxxx> wrote in message news:147FDBF0-2F14-4D56-AECE-347C51CACED7@xxxxxxxxxxxxxxxx
Sure enough:
http://learn.iis.net/page.aspx/310/whats-new-for-microsoft-and-ftp/ contains
the welcome words:

"To clarify, Microsoft offers an FTPS solution. SFTP typically involves
using FTP over SSH. Microsoft does not provide any solution for securing FTP
traffic that uses an implementation of SSH. "

Technically speaking, that statement is wrong.

SFTP has nothing whatsoever to do with FTP, except that they both move files.

SFTP is an add-on component to an SSH solution. It adds file transfers to an existing SSH session.

FTP is all about file transfer, with no capability to run shell code like SSH. FTPS is adding a secure layer using SSL or TLS to an existing FTP session.

It may seem like a subtle distinction, but it does make the two completely independent and incompatible.

If you use "Secure FTP" to mean "FTP that has been secured", then you will be looking for FTPS. If you mean "I just want to transfer files encrypted", then you are looking for FTPS, WebDAV, SFTP, SCP, HTTPS, and probably a couple of dozen other protocols that can encrypt files in transit.

Alun.
~~~~
--
Texas Imperial Software | Web: http://www.wftpd.com/
23921 57th Ave SE | Blog: http://msmvps.com/alunj/
Woodinville WA 98072-8661 | WFTPD, WFTPD Pro are Windows FTP servers.
Fax/Voice +1(425)807-1787 | Try our NEW client software, WFTPD Explorer.



.



Relevant Pages

  • Re: Cannot access an external SFTP site from behind SBS 2003 R2/ISA 2004! HELP!!!
    ... Base on my further research, using SFTP in Explicit mode goes over port 21, ... built in FTP filter as the commands are encrypted. ... Please open the ISA management console, navigate to Firewall Policy, ... Microsoft CSS Online Newsgroup Support ...
    (microsoft.public.windows.server.sbs)
  • Re: Simple file sharing between FC2 and Mac OS X?
    ... > SSH should work great but you'd need a real user account on her machine. ... I use Nautilus with SFTP to ... > transfer files to/from my laptop, web server, etc. ... > ftp server, or both. ...
    (Fedora)
  • SFTP with no SSH session
    ... Suppose someone has telnet and FTP access to his System. ... suppose I have SSH and SFTP access to my system. ...
    (comp.security.ssh)
  • Re: mac os x ftp not sftp??
    ... 'Tunneling' is a very specific concept ... > in the context of ssh, and it doesn't apply to sftp. ... > sftp is _not_ ftp tunneled through ssh. ...
    (comp.sys.mac.system)
  • Re: SFTP versus FTP over SSH2
    ... >Can someone please explain what is the difference between SFTP and FTP ... SFTP is the SSH File Transfer Protocol. ... that they're running over the same sort of SSH connection (SFTP ...
    (comp.security.ssh)

Loading