FTP with SSH

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.
 
S

Sara T.

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.
 
E

Eric Moreau

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/
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top