Differences
This shows you the differences between the selected revisions of the page.
2004-12-14 | 2004-12-14 | ||
no summary (martin) (hidden) | no summary (martin) (hidden) | ||
Line 6: | Line 6: | ||
==== SFTP (SSH File Transfer Protocol) ==== | ==== SFTP (SSH File Transfer Protocol) ==== | ||
+ | |||
+ | SFTP is mostly operated as subsystem of SSH2. Unlike SCP, SFTP is complete remote filesystem protocol. WinSCP supports version 0 (since 3.4), version 1 (since 3.4), version 2 (since 3.1), [[http://www.openssh.org/txt/draft-ietf-secsh-filexfer-02.txt|version 3]] (since 3.0 beta), [[http://www.ietf.org/proceedings/03jul/I-D/draft-ietf-secsh-filexfer-04.txt|version 4]] (since 3.2) and [[http://www.ietf.org/proceedings/04mar/I-D/draft-ietf-secsh-filexfer-05.txt|version 5]] (since 3.6.7) of the protocol. Support for version 5 is experimental as no server supporting the version is known and currently does not bring any new functionality. Unlike SCP, for connection with SSH server, you do not need access to shell. Thus it is more independent on remote operation system. | ||
+ | |||
==== Protocol comparison ==== | ==== Protocol comparison ==== |