SFTP SSH

S

Steven Blair

I have a requirement to download files using SFTP SSH.
Could anyone suggest any libraries / techniques for doing this
(preferebly from a Client that could support filenames that change each
day / schedules etc or directly interface from C#.

Up until now we have been using Putty, but the error codes / messages
that get returned is not very meaningful.

I have tried hooking into the CutrFTP COM API, but this appears to not
offer SSH support (so I can only use Username and Password).

Any help on this would be appreciated.

In short, what I need to do is:

1. Connect to a SFTP site using a private key
2. Download a filename that has todays date as part of the name.

Thanks in advance,

Steven
 
J

John Vottero

Steven Blair said:
I have a requirement to download files using SFTP SSH.
Could anyone suggest any libraries / techniques for doing this
(preferebly from a Client that could support filenames that change each
day / schedules etc or directly interface from C#.

Up until now we have been using Putty, but the error codes / messages
that get returned is not very meaningful.

I have tried hooking into the CutrFTP COM API, but this appears to not
offer SSH support (so I can only use Username and Password).

Any help on this would be appreciated.

In short, what I need to do is:

1. Connect to a SFTP site using a private key
2. Download a filename that has todays date as part of the name.

I use the components from Rebex and I'm very happy with them and the
support.

http://www.rebex.net
 
A

Arne Vajhøj

Steven said:
I have a requirement to download files using SFTP SSH.
Could anyone suggest any libraries / techniques for doing this
(preferebly from a Client that could support filenames that change each
day / schedules etc or directly interface from C#.

Up until now we have been using Putty, but the error codes / messages
that get returned is not very meaningful.

I have tried hooking into the CutrFTP COM API, but this appears to not
offer SSH support (so I can only use Username and Password).

Any help on this would be appreciated.

In short, what I need to do is:

1. Connect to a SFTP site using a private key
2. Download a filename that has todays date as part of the name.

You can try and look at:
* http://www.codeproject.com/KB/IP/sharpssh.aspx
* http://granados.sourceforge.net/
and see if one of them can meet your requirements.

Arne
 

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