FTP with SSH

  • Thread starter Thread starter Sara T.
  • Start date Start date
S

Sara T.

I have some problem to develop a small program to transfer files via SSH-FTP
(not ftps).

As I know, at this moment .NET framework both 1.1 and 2.0 are still not
support (support only standard FTP).

How can I do?

Could anybody reccommend any component both for free and comercial to handle
this task?

PS: I'm using vb.net to develop as well.
 
Thanks Eric.

But that is not provide any API or SDK, they have just some utilities to
manage SSH.

I need to develop the FTP software via SSH (Secure shell), any API to
integrate with VB.NET or C# is preferable.
 
I had a problem accessing a FTP site that requires SSH to be accessed.

I just installed OpenSSH on the computers that connect to the FTP site and
did absolutely nothing else and it has started working right away (it wasn't
before). No configuration. No nothing.

--


HTH

Éric Moreau, MCSD, Visual Developer - Visual Basic MVP
Conseiller Principal / Senior Consultant
Concept S2i inc. (www.s2i.com)
http://emoreau.s2i.com/
 
Back
Top