Re: Working with SFTP

Tech-Archive recommends: Repair Windows Errors & Optimize Windows Performance



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


.



Relevant Pages

  • Re: what does ssh(1) mean?
    ... it means "read about this use of the term 'ssh' by executing ... scp and sftp provide the same security; ... key pairs and have no local password storage on the server whatsoever, ...
    (comp.security.ssh)
  • Re: FTP Encryption
    ... SSH as a transport in different ways, ... OpenSSH's sftp certainly doesn't use scp in any way. ... operating systems system files. ...
    (comp.security.ssh)
  • Re: [SLE] Remote Administration
    ... ssh = secure shell secure replacement for rsh or telnet ... scp = secure copy secure replacement for cp command that can copy from one ... machine to another e.g. (scp /home/me/thisfile ... > Can anyone give me a short description of what SSH is? ...
    (SuSE)
  • Re: Batch job to perform sftp transfer
    ... It relies on copying datasets to temporary HFS files ... I used /bin/cat with ssh so that I could transfer the data and pipe it to ... The IBM version of sftp doesn't support datasets, ... Batch job to perform sftp transfer ...
    (bit.listserv.ibm-main)
  • Re: Linux FTP Security
    ... Use SSH and scp, sftp ext... ... Allowing root to login to the ftp server is ...
    (comp.os.linux.security)