Re: Need for SFTP package, including API
From: Darren Tucker (dtucker_at_dodgy.net.au)
Date: 01/20/04
- Previous message: Donald V: "Need for SFTP package, including API"
- In reply to: Donald V: "Need for SFTP package, including API"
- Next in thread: Donald V: "Re: Need for SFTP package, including API"
- Reply: Donald V: "Re: Need for SFTP package, including API"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Date: Tue, 20 Jan 2004 04:08:49 +0000 (UTC)
In article <8OOcnSZuitpwPJHdXTWc-g@speakeasy.net>,
Donald V <ask-me-later@maybe.com> wrote:
>I have been doing research on Secure FTP for a future business client. =
>They wish to implement SFTP for document transport, and I will be =
>writing C++ code under Windows to manage it.
>
>>From the research I've done already, it seems most sftp server packages
>are proprietary but conform to the standard (RFC 2228).
First, be sure of what you want. RFC2228 is the security extension to
the normal FTP standard which it nothing to do with the sftp command/
protocol that's part of SSHv2 (except confusingly using the same acronym).
Compare:
ftp://ftp.rfc-editor.org/in-notes/rfc2228.txt
http://www.openssh.com/txt/draft-ietf-secsh-filexfer-02.txt
(See also: http://www.ietf.org/html.charters/secsh-charter.html)
Assuming you want SSH's sftp, read on. Otherwise, you'll need to
ask elsewhere.
>I know that
>OpenSSH provides a free sftp server but I can't find a version for
>Win32, and it seems that it doesn't port to Win32 well. (Ultimately
>this Win32 server requirement may not be necessary.)
OpenSSH compiles on Cygwin out-of-the-box (barring bugs) and Redhat
provide OpenSSH-on-Cygwin binaries. The clients (ssh/scp/sftp) work
fine as-is, the server requires some setup but also works.
Someone recently posted details of a patch to port OpenSSH to Interix
(aka Microsoft Services For Unix). Apparently the server also works
although I haven't tried this at all:
http://marc.theaimsgroup.com/?l=openssh-unix-dev&m=107432737615627
--
Darren Tucker (dtucker at zip.com.au)
GPG key 8FF4FA69 / D9A3 86E9 7EEE AF4B B2D4 37C9 C982 80C7 8FF4 FA69
Good judgement comes with experience. Unfortunately, the experience
usually comes from bad judgement.
- Previous message: Donald V: "Need for SFTP package, including API"
- In reply to: Donald V: "Need for SFTP package, including API"
- Next in thread: Donald V: "Re: Need for SFTP package, including API"
- Reply: Donald V: "Re: Need for SFTP package, including API"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Relevant Pages
|
|