Re: Working with SFTP
- From: javaftpclient@xxxxxxxxx
- Date: Fri, 17 Oct 2008 15:39:18 -0700 (PDT)
On Oct 17, 3:42 pm, "K Viltersten" <t...@xxxxxxxxxxxxxx> wrote:
As i noticed, there's no built-in facility
for working withSFTPin DotNet. So, i'd
like to learn how to build that up. When i
went googling for knowledge, i only get a
ton of hits on tutorials for specific,
already existing packages.
As others have said SFTP is a subsystem of SSH. You establish an SSH
connection, and SFTP consists of a series
of messages encapsulated within SSH messages.
It is a pretty major effort actually implementing it yourself.
It sounds like you may not be interested in commercial packages, but
just in case ... take a look at edtFTPnet/PRO
http://www.enterprisedt.com/products/edtftpnetpro/overview.html
It supports both SFTP and FTPS - you can easily swap between the two
protocols.
regards
Bruce Blackshaw
.
- References:
- Working with SFTP
- From: K Viltersten
- Working with SFTP
- Prev by Date: More themes for WPF applications?
- Next by Date: Re: Determine if an exception has been thrown
- Previous by thread: Re: Working with SFTP
- Next by thread: How to access excel function wizard through C#
- Index(es):
Relevant Pages
|