Home All Groups Group Topic Archive Search About
Author
28 Feb 2006 9:54 AM
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.

Author
28 Feb 2006 11:19 AM
Eric Moreau
I have use OpenSSH:
http://www.ssh.com/support/downloads/secureshellwks/non-commercial.html


--


HTH

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

Show quoteHide quote
"Sara T." <sar***@thaiquest.com> wrote in message
news:OgRzA0EPGHA.2124@TK2MSFTNGP14.phx.gbl...
>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.
>
>
>
Author
1 Mar 2006 2:51 AM
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.

Show quoteHide quote
"Eric Moreau" <eric.moreau_N_O_S_P_***@videotron.ca> wrote in message
news:eLgnSjFPGHA.3260@TK2MSFTNGP11.phx.gbl...
>I have use OpenSSH:
> http://www.ssh.com/support/downloads/secureshellwks/non-commercial.html
>
>
> --
>
>
> HTH
>
> Éric Moreau, MCSD, Visual Developer - Visual Basic MVP
> Conseiller Principal / Senior Consultant
> Concept S2i inc. (www.s2i.com)
> http://emoreau.s2i.com/
>
> "Sara T." <sar***@thaiquest.com> wrote in message
> news:OgRzA0EPGHA.2124@TK2MSFTNGP14.phx.gbl...
>>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.
>>
>>
>>
>
>
Author
1 Mar 2006 11:16 AM
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/

Show quoteHide quote
"Sara T." <sar***@thaiquest.com> wrote in message
news:O%23S3LsNPGHA.208@tk2msftngp13.phx.gbl...
> 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.
>
> "Eric Moreau" <eric.moreau_N_O_S_P_***@videotron.ca> wrote in message
> news:eLgnSjFPGHA.3260@TK2MSFTNGP11.phx.gbl...
>>I have use OpenSSH:
>> http://www.ssh.com/support/downloads/secureshellwks/non-commercial.html
>>
>>
>> --
>>
>>
>> HTH
>>
>> Éric Moreau, MCSD, Visual Developer - Visual Basic MVP
>> Conseiller Principal / Senior Consultant
>> Concept S2i inc. (www.s2i.com)
>> http://emoreau.s2i.com/
>>
>> "Sara T." <sar***@thaiquest.com> wrote in message
>> news:OgRzA0EPGHA.2124@TK2MSFTNGP14.phx.gbl...
>>>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.
>>>
>>>
>>>
>>
>>
>
>
Author
1 Mar 2006 12:26 PM
jscape
If you are looking for an API that supports sftp (SFTP over SSH) then
you may wish to consider SSH Factory for .NET

http://www.jscape.com/sshfactorydotnet/

Includes examples for both VB.NET and C#


Sara T. wrote:
Show quoteHide quote
> 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.