Re: Working with SFTP
- From: "K Viltersten" <tmp1@xxxxxxxxxxxxxx>
- Date: Fri, 17 Oct 2008 09:00:45 +0200
First result for "C# SSH library":
http://www.codeproject.com/KB/IP/sharpssh.aspx
HTH,
Mike
Hmm... I'l try that right away, of course,
and, while being thankful for the help, i
can't stop wondering why you omitted "SFTP"
in your search. Is "SSH" and "SFTP"
equivalent terms?
SSH is a transport mechanism, which can do secure
remote shells (a replacement for telnet/rsh, and
probably the most popular application of the SSH
protocol), and it has two more-or-less
"subprotocols," SCP (replaces rcp) and SFTP
(replaces FTP and is designed for more human-based
interaction). SSH can also tunnel arbitrary
information between machines for anything that
isn't inherently secure by way of SSL or some
other form of encryption mechanism.
SCP is more tightly tethered to SSH, while SFTP can
be used over other secure protocols. See the
Wikipedia articles covering the topics for an
overview:
http://en.wikipedia.org/wiki/Secure_Shell
http://en.wikipedia.org/wiki/SSH_file_transfer_protocol
http://en.wikipedia.org/wiki/Secure_copy
Thanks. I'll need to keep looking though. The
example you've found is only a wrapper for an
already existing JSSH-library, while i'm aiming
at getting it done myself.
Nevertheless, thanks a lot.
--
Regards
Konrad Viltersten
----------------------------------------
May all spammers die an agonizing death;
have no burial places; their souls be
chased by demons in Gehenna from one room
to another for all eternity and beyond.
"Michael B. Trausch" <mike@xxxxxxxxxx> skrev i meddelandet
news:20081017023411.5355d77d@xxxxxxx
.
- References:
- Working with SFTP
- From: K Viltersten
- Re: Working with SFTP
- From: K Viltersten
- Working with SFTP
- Prev by Date: EFS AddUsersToEncryptedFile Function (advapi32.dll)
- Next by Date: Re: Return a DataSet for Web Application
- Previous by thread: Re: Working with SFTP
- Next by thread: SV: Working with SFTP
- Index(es):
Relevant Pages
|